#594D8E

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

Shades of Victoria #594D8E

Tints of Victoria #594D8E

Color information

#594D8E (or 0x594D8E) is unknown color: approx Victoria. HEX triplet: 59, 4D and 8E. RGB value is (89,77,142). Sum of RGB (Red+Green+Blue) = 89+77+142=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #594D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D8E is #A6B271. Grayscale: #575757. Windows color (decimal): -10924658 or 9325913. OLE color: 9325913.

HSL color Cylindrical-coordinate representation of color #594D8E: hue angle of 251.08º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594D8E is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8977142-
CMYK0.370.4600.44
HSL251.08º29.68%42.94%-
HSV(B)251.08º45.77%55.69%-
XYZ11.669.3826.79-
YUV88158.48128.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=28.90%
G=25%
B=46.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89771420.370.4600.44251.0829.6842.94
Hex594D8E252E02Cfb1e2b
Octal13111521645560543733653
Binary101100110011011000111010010110111001011001111101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,77,142); }

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

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

 a { background-color: rgb(89,77,142); }

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

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

 span { border-color: rgb(89,77,142); }

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