#594E84

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

Shades of Victoria #594E84

Tints of Victoria #594E84

Color information

#594E84 (or 0x594E84) is unknown color: approx Victoria. HEX triplet: 59, 4E and 84. RGB value is (89,78,132). Sum of RGB (Red+Green+Blue) = 89+78+132=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #594E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E84 is #A6B17B. Grayscale: #575757. Windows color (decimal): -10924412 or 8670809. OLE color: 8670809.

HSL color Cylindrical-coordinate representation of color #594E84: hue angle of 252.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #594E84 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8978132-
CMYK0.330.4100.48
HSL252.22º25.71%41.18%-
HSV(B)252.22º40.91%51.76%-
XYZ11.019.2423.03-
YUV87.44153.14129.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=29.77%
G=26.09%
B=44.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89781320.330.4100.48252.2225.7141.18
Hex594E842129030fc1a29
Octal13111620441510603743251
Binary101100110011101000010010000110100101100001111110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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