#5B5BD4

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

Shades of Slate Blue #5B5BD4

Tints of Slate Blue #5B5BD4

Color information

#5B5BD4 (or 0x5B5BD4) is unknown color: approx Slate Blue. HEX triplet: 5B, 5B and D4. RGB value is (91,91,212). Sum of RGB (Red+Green+Blue) = 91+91+212=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #5B5BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5BD4 is #A4A42B. Grayscale: #686868. Windows color (decimal): -10789932 or 13917019. OLE color: 13917019.

HSL color Cylindrical-coordinate representation of color #5B5BD4: hue angle of 240º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B5BD4 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9191212-
CMYK0.570.5700.17
HSL240º58.45%59.41%-
HSV(B)240º57.08%83.14%-
XYZ19.9414.4664.03-
YUV104.79188.5118.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.10%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 212 (83.20% from 255) = 53.81%
R=23.10%
G=23.10%
B=53.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal91912120.570.5700.1724058.4559.41
Hex5B5BD43939011f03a3b
Octal13313332471710213607273
Binary101101110110111101010011100111100101000111110000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,91,212); }

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

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

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

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

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

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

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