#5850D9

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

Shades of Slate Blue #5850D9

Tints of Slate Blue #5850D9

Color information

#5850D9 (or 0x5850D9) is unknown color: approx Slate Blue. HEX triplet: 58, 50 and D9. RGB value is (88,80,217). Sum of RGB (Red+Green+Blue) = 88+80+217=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #5850D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850D9 is #A7AF26. Grayscale: #616161. Windows color (decimal): -10989351 or 14241880. OLE color: 14241880.

HSL color Cylindrical-coordinate representation of color #5850D9: hue angle of 243.5º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5850D9 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8880217-
CMYK0.590.6300.15
HSL243.5º64.32%58.24%-
HSV(B)243.5º63.13%85.1%-
XYZ19.4212.8267.1-
YUV98.01195.15120.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 217 (85.16% from 255) = 56.36%
R=22.86%
G=20.78%
B=56.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal88802170.590.6300.15243.564.3258.24
Hex5850D93B3F0Ff4403a
Octal130120331737701736410072
Binary101100010100001101100111101111111101111111101001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5850D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5850D9; }

 p { color: rgb(88,80,217); }

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

<style>
 a { background-color: #5850D9; }

 a { background-color: rgb(88,80,217); }

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

<style>
 span { border-color: #5850D9; }

 span { border-color: rgb(88,80,217); }

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