#5A5580

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

Shades of Victoria #5A5580

Tints of Victoria #5A5580

Color information

#5A5580 (or 0x5A5580) is unknown color: approx Victoria. HEX triplet: 5A, 55 and 80. RGB value is (90,85,128). Sum of RGB (Red+Green+Blue) = 90+85+128=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #5A5580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5580 is #A5AA7F. Grayscale: #5B5B5B. Windows color (decimal): -10857088 or 8410458. OLE color: 8410458.

HSL color Cylindrical-coordinate representation of color #5A5580: hue angle of 246.98º degrees, saturation: 0.2, 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 #5A5580 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9085128-
CMYK0.300.3400.50
HSL246.98º20.19%41.76%-
HSV(B)246.98º33.59%50.2%-
XYZ11.3610.2321.8-
YUV91.4148.66127-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=29.70%
G=28.05%
B=42.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90851280.300.3400.50246.9820.1941.76
Hex5A55801E22032f7142a
Octal13212520036420623672452
Binary10110101010101100000001111010001001100101111011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,128); }

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

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

 a { background-color: rgb(90,85,128); }

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

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

 span { border-color: rgb(90,85,128); }

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