#5B47D0

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

Shades of Slate Blue #5B47D0

Tints of Slate Blue #5B47D0

Color information

#5B47D0 (or 0x5B47D0) is unknown color: approx Slate Blue. HEX triplet: 5B, 47 and D0. RGB value is (91,71,208). Sum of RGB (Red+Green+Blue) = 91+71+208=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B47D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B47D0 is #A4B82F. Grayscale: #5C5C5C. Windows color (decimal): -10795056 or 13649755. OLE color: 13649755.

HSL color Cylindrical-coordinate representation of color #5B47D0: hue angle of 248.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B47D0 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9171208-
CMYK0.560.6600.18
HSL248.76º59.31%54.71%-
HSV(B)248.76º65.87%81.57%-
XYZ17.9511.2860.91-
YUV92.6193.13126.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.59%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 208 (81.64% from 255) = 56.22%
R=24.59%
G=19.19%
B=56.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91712080.560.6600.18248.7659.3154.71
Hex5B47D03842012f93b37
Octal133107320701020223717367
Binary1011011100011111010000111000100001001001011111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B47D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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