#5C558C

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

Shades of Victoria #5C558C

Tints of Victoria #5C558C

Color information

#5C558C (or 0x5C558C) is unknown color: approx Victoria. HEX triplet: 5C, 55 and 8C. RGB value is (92,85,140). Sum of RGB (Red+Green+Blue) = 92+85+140=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C558C is #A3AA73. Grayscale: #5D5D5D. Windows color (decimal): -10726004 or 9196892. OLE color: 9196892.

HSL color Cylindrical-coordinate representation of color #5C558C: hue angle of 247.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C558C is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9285140-
CMYK0.340.3900.45
HSL247.64º24.44%44.12%-
HSV(B)247.64º39.29%54.9%-
XYZ12.410.6726.22-
YUV93.36154.32127.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=29.02%
G=26.81%
B=44.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92851400.340.3900.45247.6424.4444.12
Hex5C558C222702Df8182c
Octal13412521442470553703054
Binary101110010101011000110010001010011101011011111100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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