#5C59CA

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

Shades of Slate Blue #5C59CA

Tints of Slate Blue #5C59CA

Color information

#5C59CA (or 0x5C59CA) is unknown color: approx Slate Blue. HEX triplet: 5C, 59 and CA. RGB value is (92,89,202). Sum of RGB (Red+Green+Blue) = 92+89+202=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C59CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C59CA is #A3A635. Grayscale: #666666. Windows color (decimal): -10724918 or 13261148. OLE color: 13261148.

HSL color Cylindrical-coordinate representation of color #5C59CA: hue angle of 241.59º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C59CA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9289202-
CMYK0.540.5600.21
HSL241.59º51.6%57.06%-
HSV(B)241.59º55.94%79.22%-
XYZ18.6513.6857.54-
YUV102.78183.99120.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.02%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=24.02%
G=23.24%
B=52.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92892020.540.5600.21241.5951.657.06
Hex5C59CA3638015f23439
Octal13413131266700253626471
Binary101110010110011100101011011011100001010111110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C59CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,89,202); }

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

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

 a { background-color: rgb(92,89,202); }

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

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

 span { border-color: rgb(92,89,202); }

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