#5B47D9

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

Shades of Slate Blue #5B47D9

Tints of Slate Blue #5B47D9

Color information

#5B47D9 (or 0x5B47D9) is unknown color: approx Slate Blue. HEX triplet: 5B, 47 and D9. RGB value is (91,71,217). Sum of RGB (Red+Green+Blue) = 91+71+217=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #5B47D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B47D9 is #A4B826. Grayscale: #5D5D5D. Windows color (decimal): -10795047 or 14239579. OLE color: 14239579.

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

Color convert

RGB9171217-
CMYK0.580.6700.15
HSL248.22º65.77%56.47%-
HSV(B)248.22º67.28%85.1%-
XYZ19.0911.7466.91-
YUV93.62197.63126.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.01%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 217 (85.16% from 255) = 57.26%
R=24.01%
G=18.73%
B=57.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91712170.580.6700.15248.2265.7756.47
Hex5B47D93A430Ff84238
Octal1331073317210301737010270
Binary1011011100011111011001111010100001101111111110001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B47D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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