#5C55CD

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

Shades of Slate Blue #5C55CD

Tints of Slate Blue #5C55CD

Color information

#5C55CD (or 0x5C55CD) is unknown color: approx Slate Blue. HEX triplet: 5C, 55 and CD. RGB value is (92,85,205). Sum of RGB (Red+Green+Blue) = 92+85+205=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C55CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C55CD is #A3AA32. Grayscale: #646464. Windows color (decimal): -10725939 or 13456732. OLE color: 13456732.

HSL color Cylindrical-coordinate representation of color #5C55CD: hue angle of 243.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C55CD is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9285205-
CMYK0.550.5900.20
HSL243.5º54.55%56.86%-
HSV(B)243.5º58.54%80.39%-
XYZ18.6813.1859.32-
YUV100.77186.82121.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.08%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=24.08%
G=22.25%
B=53.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92852050.550.5900.20243.554.5556.86
Hex5C55CD373B014f43739
Octal13412531567730243646771
Binary101110010101011100110111011111101101010011110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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