#5B43CD

Color #5B43CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5B43CD

Tints of Slate Blue #5B43CD

Color information

#5B43CD (or 0x5B43CD) is unknown color: approx Slate Blue. HEX triplet: 5B, 43 and CD. RGB value is (91,67,205). Sum of RGB (Red+Green+Blue) = 91+67+205=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B43CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B43CD is #A4BC32. Grayscale: #595959. Windows color (decimal): -10796083 or 13452123. OLE color: 13452123.

HSL color Cylindrical-coordinate representation of color #5B43CD: hue angle of 250.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B43CD is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9167205-
CMYK0.560.6700.20
HSL250.43º57.98%53.33%-
HSV(B)250.43º67.32%80.39%-
XYZ17.3410.6558.9-
YUV89.91192.95128.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 205 (80.47% from 255) = 56.47%
R=25.07%
G=18.46%
B=56.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91672050.560.6700.20250.4357.9853.33
Hex5B43CD3843014fa3a35
Octal133103315701030243727265
Binary1011011100001111001101111000100001101010011111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B43CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B43CD; }

 p { color: rgb(91,67,205); }

 H1.HeaderClassName
 {
   color: #5B43CD;
 }
 .AnyTagClassName
 {
   color: #5B43CD;
 }
</style>
background-color css

<style>
 a { background-color: #5B43CD; }

 a { background-color: rgb(91,67,205); }

 div.DivClassName
 {
   background-color: #5B43CD;
 }
 .BgClassName
 {
   background-color: #5B43CD;
 }
</style>
border-color css

<style>
 span { border-color: #5B43CD; }

 span { border-color: rgb(91,67,205); }

 td.TdClassName
 {
   border-color: #5B43CD;
 }
 .TagClassName
 {
   border-color: #5B43CD;
 }
</style>