#594E76

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

Shades of Victoria #594E76

Tints of Victoria #594E76

Color information

#594E76 (or 0x594E76) is unknown color: approx Victoria. HEX triplet: 59, 4E and 76. RGB value is (89,78,118). Sum of RGB (Red+Green+Blue) = 89+78+118=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #594E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E76 is #A6B189. Grayscale: #555555. Windows color (decimal): -10924426 or 7753305. OLE color: 7753305.

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

Color convert

RGB8978118-
CMYK0.250.3400.54
HSL256.5º20.41%38.43%-
HSV(B)256.5º33.9%46.27%-
XYZ10.118.8818.32-
YUV85.85146.14130.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=31.23%
G=27.37%
B=41.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89781180.250.3400.54256.520.4138.43
Hex594E7619220361001426
Octal13111616631420664002446
Binary10110011001110111011011001100010011011010000000010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,78,118); }

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

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

 a { background-color: rgb(89,78,118); }

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

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

 span { border-color: rgb(89,78,118); }

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