#5C55CF

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

Shades of Slate Blue #5C55CF

Tints of Slate Blue #5C55CF

Color information

#5C55CF (or 0x5C55CF) is unknown color: approx Slate Blue. HEX triplet: 5C, 55 and CF. RGB value is (92,85,207). Sum of RGB (Red+Green+Blue) = 92+85+207=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C55CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C55CF is #A3AA30. Grayscale: #646464. Windows color (decimal): -10725937 or 13587804. OLE color: 13587804.

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

Color convert

RGB9285207-
CMYK0.560.5900.19
HSL243.44º55.96%57.25%-
HSV(B)243.44º58.94%81.18%-
XYZ18.9213.2860.6-
YUV101187.82121.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.96%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 207 (81.25% from 255) = 53.91%
R=23.96%
G=22.14%
B=53.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92852070.560.5900.19243.4455.9657.25
Hex5C55CF383B013f33839
Octal13412531770730233637071
Binary101110010101011100111111100011101101001111110011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C55CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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