#5C5591

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

Shades of Victoria #5C5591

Tints of Victoria #5C5591

Color information

#5C5591 (or 0x5C5591) is unknown color: approx Victoria. HEX triplet: 5C, 55 and 91. RGB value is (92,85,145). Sum of RGB (Red+Green+Blue) = 92+85+145=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C5591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5591 is #A3AA6E. Grayscale: #5D5D5D. Windows color (decimal): -10725999 or 9524572. OLE color: 9524572.

HSL color Cylindrical-coordinate representation of color #5C5591: hue angle of 247º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C5591 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9285145-
CMYK0.370.4100.43
HSL247º26.09%45.1%-
HSV(B)247º41.38%56.86%-
XYZ12.7710.8228.2-
YUV93.93156.82126.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.57%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=28.57%
G=26.40%
B=45.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92851450.370.4100.4324726.0945.1
Hex5C5591252902Bf71a2d
Octal13412522145510533673255
Binary101110010101011001000110010110100101010111111011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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