#5B47DE

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

Shades of Slate Blue #5B47DE

Tints of Slate Blue #5B47DE

Color information

#5B47DE (or 0x5B47DE) is unknown color: approx Slate Blue. HEX triplet: 5B, 47 and DE. RGB value is (91,71,222). Sum of RGB (Red+Green+Blue) = 91+71+222=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B47DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B47DE is #A4B821. Grayscale: #5D5D5D. Windows color (decimal): -10795042 or 14567259. OLE color: 14567259.

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

Color convert

RGB9171222-
CMYK0.590.6800.13
HSL247.95º69.59%57.45%-
HSV(B)247.95º68.02%87.06%-
XYZ19.751270.38-
YUV94.19200.13125.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 71 (28.12% from 255) = 18.49%
BLUE value IS 222 (87.11% from 255) = 57.81%
R=23.70%
G=18.49%
B=57.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91712220.590.6800.13247.9569.5957.45
Hex5B47DE3B440Df84639
Octal1331073367310401537010671
Binary1011011100011111011110111011100010001101111110001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B47DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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