#5C5480

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

Shades of Victoria #5C5480

Tints of Victoria #5C5480

Color information

#5C5480 (or 0x5C5480) is unknown color: approx Victoria. HEX triplet: 5C, 54 and 80. RGB value is (92,84,128). Sum of RGB (Red+Green+Blue) = 92+84+128=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #5C5480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5480 is #A3AB7F. Grayscale: #5B5B5B. Windows color (decimal): -10726272 or 8410204. OLE color: 8410204.

HSL color Cylindrical-coordinate representation of color #5C5480: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C5480 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9284128-
CMYK0.280.3400.50
HSL250.91º20.75%41.57%-
HSV(B)250.91º34.38%50.2%-
XYZ11.4810.1721.78-
YUV91.41148.65128.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=30.26%
G=27.63%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal92841280.280.3400.50250.9120.7541.57
Hex5C54801C22032fb152a
Octal13412420034420623732552
Binary10111001010100100000001110010001001100101111101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,84,128); }

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

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

 a { background-color: rgb(92,84,128); }

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

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

 span { border-color: rgb(92,84,128); }

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