#575580

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

Shades of Victoria #575580

Tints of Victoria #575580

Color information

#575580 (or 0x575580) is unknown color: approx Victoria. HEX triplet: 57, 55 and 80. RGB value is (87,85,128). Sum of RGB (Red+Green+Blue) = 87+85+128=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #575580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575580 is #A8AA7F. Grayscale: #5A5A5A. Windows color (decimal): -11053696 or 8410455. OLE color: 8410455.

HSL color Cylindrical-coordinate representation of color #575580: hue angle of 242.79º 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 #575580 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8785128-
CMYK0.320.3400.50
HSL242.79º20.19%41.76%-
HSV(B)242.79º33.59%50.2%-
XYZ11.0810.0821.78-
YUV90.5149.16125.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=29%
G=28.33%
B=42.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87851280.320.3400.50242.7920.1941.76
Hex5755802022032f3142a
Octal12712520040420623632452
Binary101011110101011000000010000010001001100101111001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575580; }

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

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

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

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

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

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

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

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