#575077

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

Shades of Victoria #575077

Tints of Victoria #575077

Color information

#575077 (or 0x575077) is unknown color: approx Victoria. HEX triplet: 57, 50 and 77. RGB value is (87,80,119). Sum of RGB (Red+Green+Blue) = 87+80+119=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #575077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575077 is #A8AF88. Grayscale: #565656. Windows color (decimal): -11054985 or 7819351. OLE color: 7819351.

HSL color Cylindrical-coordinate representation of color #575077: hue angle of 250.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575077 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8780119-
CMYK0.270.3300.53
HSL250.77º19.6%39.02%-
HSV(B)250.77º32.77%46.67%-
XYZ10.139.118.67-
YUV86.54146.32128.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=30.42%
G=27.97%
B=41.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87801190.270.3300.53250.7719.639.02
Hex5750771B21035fb1427
Octal12712016733410653732447
Binary1010111101000011101111101110000101101011111101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575077; }

 p { color: rgb(87,80,119); }

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

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

 a { background-color: rgb(87,80,119); }

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

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

 span { border-color: rgb(87,80,119); }

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