#5850CA

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

Shades of Slate Blue #5850CA

Tints of Slate Blue #5850CA

Color information

#5850CA (or 0x5850CA) is unknown color: approx Slate Blue. HEX triplet: 58, 50 and CA. RGB value is (88,80,202). Sum of RGB (Red+Green+Blue) = 88+80+202=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #5850CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850CA is #A7AF35. Grayscale: #5F5F5F. Windows color (decimal): -10989366 or 13258840. OLE color: 13258840.

HSL color Cylindrical-coordinate representation of color #5850CA: hue angle of 243.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5850CA is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8880202-
CMYK0.560.6000.21
HSL243.93º53.51%55.29%-
HSV(B)243.93º60.4%79.22%-
XYZ17.5512.0857.28-
YUV96.3187.65122.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.78%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=23.78%
G=21.62%
B=54.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88802020.560.6000.21243.9353.5155.29
Hex5850CA383C015f43637
Octal13012031270740253646667
Binary101100010100001100101011100011110001010111110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5850CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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