Shades of Victoria #594B8D
Tints of Victoria #594B8D
RGB
CMYK
RGB Variations
Color information
#594B8D (or 0x594B8D) is known color: Victoria. HEX triplet: 59, 4B and 8D. RGB value is (89,75,141). Sum of RGB (Red+Green+Blue) = 89+75+141=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #594B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594B8D is #A6B472. Grayscale: #565656. Windows color (decimal): -10925171 or 9259865. OLE color: 9259865.
HSL color Cylindrical-coordinate representation of color #594B8D: hue angle of 252.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594B8D is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 75 | 141 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.45 |
| HSL | 252.73º | 0.31% | 0.42% | - |
| HSV(B) | 252.73º | 0.47% | 0.55% | - |
| XYZ | 11.44 | 9.08 | 26.35 | - |
| YUV | 86.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 141 | 0.37 | 0.47 | 0 | 0.45 | 252.73 | 0.31 | 0.42 |
| Hex | 59 | 4B | 8D | 25 | 2F | 0 | 2D | FD | 1F | 2A |
| Octal | 131 | 113 | 215 | 45 | 57 | 0 | 55 | 375 | 37 | 52 |
| Binary | 1011001 | 1001011 | 10001101 | 100101 | 101111 | 0 | 101101 | 11111101 | 11111 | 101010 |
Color Harmonies of #594B8D
Complementary color
Monochromatic Colors of #594B8D
Black with #594B8D
Text Example
Text Example
White with #594B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B8D; }
p { color: rgb(89,75,141); }
H1.HeaderClassName
{
color: #594B8D;
}
.AnyTagClassName
{
color: #594B8D;
}
</style>
background-color css
<style>
a { background-color: #594B8D; }
a { background-color: rgb(89,75,141); }
div.DivClassName
{
background-color: #594B8D;
}
.BgClassName
{
background-color: #594B8D;
}
</style>
border-color css
<style>
span { border-color: #594B8D; }
span { border-color: rgb(89,75,141); }
td.TdClassName
{
border-color: #594B8D;
}
.TagClassName
{
border-color: #594B8D;
}
</style>