Shades of Victoria #594C7B
Tints of Victoria #594C7B
RGB
CMYK
RGB Variations
Color information
#594C7B (or 0x594C7B) is known color: Victoria. HEX triplet: 59, 4C and 7B. RGB value is (89,76,123). Sum of RGB (Red+Green+Blue) = 89+76+123=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #594C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C7B is #A6B384. Grayscale: #555555. Windows color (decimal): -10924933 or 8080473. OLE color: 8080473.
HSL color Cylindrical-coordinate representation of color #594C7B: hue angle of 256.6º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #594C7B is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 76 | 123 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.52 |
| HSL | 256.6º | 0.24% | 0.39% | - |
| HSV(B) | 256.6º | 0.38% | 0.48% | - |
| XYZ | 10.28 | 8.72 | 19.88 | - |
| YUV | 85.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 123 | 0.28 | 0.38 | 0 | 0.52 | 256.6 | 0.24 | 0.39 |
| Hex | 59 | 4C | 7B | 1C | 26 | 0 | 34 | 101 | 18 | 27 |
| Octal | 131 | 114 | 173 | 34 | 46 | 0 | 64 | 401 | 30 | 47 |
| Binary | 1011001 | 1001100 | 1111011 | 11100 | 100110 | 0 | 110100 | 100000001 | 11000 | 100111 |
Color Harmonies of #594C7B
Complementary color
Monochromatic Colors of #594C7B
Black with #594C7B
Text Example
Text Example
White with #594C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C7B; }
p { color: rgb(89,76,123); }
H1.HeaderClassName
{
color: #594C7B;
}
.AnyTagClassName
{
color: #594C7B;
}
</style>
background-color css
<style>
a { background-color: #594C7B; }
a { background-color: rgb(89,76,123); }
div.DivClassName
{
background-color: #594C7B;
}
.BgClassName
{
background-color: #594C7B;
}
</style>
border-color css
<style>
span { border-color: #594C7B; }
span { border-color: rgb(89,76,123); }
td.TdClassName
{
border-color: #594C7B;
}
.TagClassName
{
border-color: #594C7B;
}
</style>