Shades of Victoria #594A85
Tints of Victoria #594A85
RGB
CMYK
RGB Variations
Color information
#594A85 (or 0x594A85) is known color: Victoria. HEX triplet: 59, 4A and 85. RGB value is (89,74,133). Sum of RGB (Red+Green+Blue) = 89+74+133=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #594A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594A85 is #A6B57A. Grayscale: #545454. Windows color (decimal): -10925435 or 8735321. OLE color: 8735321.
HSL color Cylindrical-coordinate representation of color #594A85: hue angle of 255.25º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594A85 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 74 | 133 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.48 |
| HSL | 255.25º | 0.29% | 0.41% | - |
| HSV(B) | 255.25º | 0.44% | 0.52% | - |
| XYZ | 10.8 | 8.71 | 23.3 | - |
| YUV | 85.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 133 | 0.33 | 0.44 | 0 | 0.48 | 255.25 | 0.29 | 0.41 |
| Hex | 59 | 4A | 85 | 21 | 2C | 0 | 30 | FF | 1D | 29 |
| Octal | 131 | 112 | 205 | 41 | 54 | 0 | 60 | 377 | 35 | 51 |
| Binary | 1011001 | 1001010 | 10000101 | 100001 | 101100 | 0 | 110000 | 11111111 | 11101 | 101001 |
Color Harmonies of #594A85
Complementary color
Monochromatic Colors of #594A85
Black with #594A85
Text Example
Text Example
White with #594A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A85; }
p { color: rgb(89,74,133); }
H1.HeaderClassName
{
color: #594A85;
}
.AnyTagClassName
{
color: #594A85;
}
</style>
background-color css
<style>
a { background-color: #594A85; }
a { background-color: rgb(89,74,133); }
div.DivClassName
{
background-color: #594A85;
}
.BgClassName
{
background-color: #594A85;
}
</style>
border-color css
<style>
span { border-color: #594A85; }
span { border-color: rgb(89,74,133); }
td.TdClassName
{
border-color: #594A85;
}
.TagClassName
{
border-color: #594A85;
}
</style>