#595077

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

Shades of Victoria #595077

Tints of Victoria #595077

Color information

#595077 (or 0x595077) is unknown color: approx Victoria. HEX triplet: 59, 50 and 77. RGB value is (89,80,119). Sum of RGB (Red+Green+Blue) = 89+80+119=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #595077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595077 is #A6AF88. Grayscale: #565656. Windows color (decimal): -10923913 or 7819353. OLE color: 7819353.

HSL color Cylindrical-coordinate representation of color #595077: hue angle of 253.85º 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 #595077 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8980119-
CMYK0.250.3300.53
HSL253.85º19.6%39.02%-
HSV(B)253.85º32.77%46.67%-
XYZ10.329.1918.68-
YUV87.14145.98129.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=30.90%
G=27.78%
B=41.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89801190.250.3300.53253.8519.639.02
Hex5950771921035fe1427
Octal13112016731410653762447
Binary1011001101000011101111100110000101101011111111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595077; }

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

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

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

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

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

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

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

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