#5c60ca

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

Shades of Slate Blue #5C60CA

Tints of Slate Blue #5C60CA

Color information

#5C60CA (or 0x5C60CA) is unknown color: approx Slate Blue. HEX triplet: 5C, 60 and CA. RGB value is (92,96,202). Sum of RGB (Red+Green+Blue) = 92+96+202=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C60CA is #A39F35. Grayscale: #6A6A6A. Windows color (decimal): -10723126 or 13262940. OLE color: 13262940.

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

Color convert

RGB9296202-
CMYK0.540.5200.21
HSL237.82º50.93%57.65%-
HSV(B)237.82º54.46%79.22%-
XYZ19.2614.9157.74-
YUV106.89181.67117.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.59%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=23.59%
G=24.62%
B=51.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92962020.540.5200.21237.8250.9357.65
Hex5C60CA3634015ee333a
Octal13414031266640253566372
Binary101110011000001100101011011011010001010111101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c60ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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