#594F79

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

Shades of Victoria #594F79

Tints of Victoria #594F79

Color information

#594F79 (or 0x594F79) is unknown color: approx Victoria. HEX triplet: 59, 4F and 79. RGB value is (89,79,121). Sum of RGB (Red+Green+Blue) = 89+79+121=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #594F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F79 is #A6B086. Grayscale: #565656. Windows color (decimal): -10924167 or 7950169. OLE color: 7950169.

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

Color convert

RGB8979121-
CMYK0.260.3500.53
HSL254.29º21%39.22%-
HSV(B)254.29º34.71%47.45%-
XYZ10.379.119.3-
YUV86.78147.31129.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 79 (31.25% from 255) = 27.34%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=30.80%
G=27.34%
B=41.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89791210.260.3500.53254.292139.22
Hex594F791A23035fe1527
Octal13111717132430653762547
Binary1011001100111111110011101010001101101011111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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