#5C55CA

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

Shades of Slate Blue #5C55CA

Tints of Slate Blue #5C55CA

Color information

#5C55CA (or 0x5C55CA) is unknown color: approx Slate Blue. HEX triplet: 5C, 55 and CA. RGB value is (92,85,202). Sum of RGB (Red+Green+Blue) = 92+85+202=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C55CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C55CA is #A3AA35. Grayscale: #636363. Windows color (decimal): -10725942 or 13260124. OLE color: 13260124.

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

Color convert

RGB9285202-
CMYK0.540.5800.21
HSL243.59º52.47%56.27%-
HSV(B)243.59º57.92%79.22%-
XYZ18.3213.0457.43-
YUV100.43185.32121.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=24.27%
G=22.43%
B=53.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92852020.540.5800.21243.5952.4756.27
Hex5C55CA363A015f43438
Octal13412531266720253646470
Binary101110010101011100101011011011101001010111110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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