Shades of Victoria #594A7F
Tints of Victoria #594A7F
RGB
CMYK
RGB Variations
Color information
#594A7F (or 0x594A7F) is known color: Victoria. HEX triplet: 59, 4A and 7F. RGB value is (89,74,127). Sum of RGB (Red+Green+Blue) = 89+74+127=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #594A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A7F is #A6B580. Grayscale: #545454. Windows color (decimal): -10925441 or 8342105. OLE color: 8342105.
HSL color Cylindrical-coordinate representation of color #594A7F: hue angle of 256.98º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #594A7F is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 74 | 127 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.50 |
| HSL | 256.98º | 0.26% | 0.39% | - |
| HSV(B) | 256.98º | 0.42% | 0.5% | - |
| XYZ | 10.4 | 8.55 | 21.18 | - |
| YUV | 84.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 127 | 0.30 | 0.42 | 0 | 0.50 | 256.98 | 0.26 | 0.39 |
| Hex | 59 | 4A | 7F | 1E | 2A | 0 | 32 | 101 | 1A | 27 |
| Octal | 131 | 112 | 177 | 36 | 52 | 0 | 62 | 401 | 32 | 47 |
| Binary | 1011001 | 1001010 | 1111111 | 11110 | 101010 | 0 | 110010 | 100000001 | 11010 | 100111 |
Color Harmonies of #594A7F
Complementary color
Monochromatic Colors of #594A7F
Black with #594A7F
Text Example
Text Example
White with #594A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A7F; }
p { color: rgb(89,74,127); }
H1.HeaderClassName
{
color: #594A7F;
}
.AnyTagClassName
{
color: #594A7F;
}
</style>
background-color css
<style>
a { background-color: #594A7F; }
a { background-color: rgb(89,74,127); }
div.DivClassName
{
background-color: #594A7F;
}
.BgClassName
{
background-color: #594A7F;
}
</style>
border-color css
<style>
span { border-color: #594A7F; }
span { border-color: rgb(89,74,127); }
td.TdClassName
{
border-color: #594A7F;
}
.TagClassName
{
border-color: #594A7F;
}
</style>