#5B4DDE

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

Shades of Slate Blue #5B4DDE

Tints of Slate Blue #5B4DDE

Color information

#5B4DDE (or 0x5B4DDE) is unknown color: approx Slate Blue. HEX triplet: 5B, 4D and DE. RGB value is (91,77,222). Sum of RGB (Red+Green+Blue) = 91+77+222=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B4DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4DDE is #A4B221. Grayscale: #616161. Windows color (decimal): -10793506 or 14568795. OLE color: 14568795.

HSL color Cylindrical-coordinate representation of color #5B4DDE: hue angle of 245.79º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B4DDE is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9177222-
CMYK0.590.6500.13
HSL245.79º68.72%58.63%-
HSV(B)245.79º65.32%87.06%-
XYZ20.1512.8170.52-
YUV97.72198.14123.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.33%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 222 (87.11% from 255) = 56.92%
R=23.33%
G=19.74%
B=56.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91772220.590.6500.13245.7968.7258.63
Hex5B4DDE3B410Df6453b
Octal1331153367310101536610573
Binary1011011100110111011110111011100000101101111101101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,77,222); }

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

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

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

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

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

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

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