#594F77

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

Shades of Victoria #594F77

Tints of Victoria #594F77

Color information

#594F77 (or 0x594F77) is unknown color: approx Victoria. HEX triplet: 59, 4F and 77. RGB value is (89,79,119). Sum of RGB (Red+Green+Blue) = 89+79+119=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #594F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F77 is #A6B088. Grayscale: #565656. Windows color (decimal): -10924169 or 7819097. OLE color: 7819097.

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

Color convert

RGB8979119-
CMYK0.250.3400.53
HSL255º20.2%38.82%-
HSV(B)255º33.61%46.67%-
XYZ10.259.0518.66-
YUV86.55146.31129.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=31.01%
G=27.53%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89791190.250.3400.5325520.238.82
Hex594F771922035ff1427
Octal13111716731420653772447
Binary1011001100111111101111100110001001101011111111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594F77; }

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

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

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

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

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

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

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

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