Shades of Victoria #594D93
Tints of Victoria #594D93
RGB
CMYK
RGB Variations
Color information
#594D93 (or 0x594D93) is known color: Victoria. HEX triplet: 59, 4D and 93. RGB value is (89,77,147). Sum of RGB (Red+Green+Blue) = 89+77+147=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #594D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D93 is #A6B26C. Grayscale: #585858. Windows color (decimal): -10924653 or 9653593. OLE color: 9653593.
HSL color Cylindrical-coordinate representation of color #594D93: hue angle of 250.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594D93 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 77 | 147 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.42 |
| HSL | 250.29º | 0.31% | 0.44% | - |
| HSV(B) | 250.29º | 0.48% | 0.58% | - |
| XYZ | 12.04 | 9.54 | 28.81 | - |
| YUV | 88.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 147 | 0.39 | 0.48 | 0 | 0.42 | 250.29 | 0.31 | 0.44 |
| Hex | 59 | 4D | 93 | 27 | 30 | 0 | 2A | FA | 1F | 2C |
| Octal | 131 | 115 | 223 | 47 | 60 | 0 | 52 | 372 | 37 | 54 |
| Binary | 1011001 | 1001101 | 10010011 | 100111 | 110000 | 0 | 101010 | 11111010 | 11111 | 101100 |
Color Harmonies of #594D93
Complementary color
Monochromatic Colors of #594D93
Black with #594D93
Text Example
Text Example
White with #594D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D93; }
p { color: rgb(89,77,147); }
H1.HeaderClassName
{
color: #594D93;
}
.AnyTagClassName
{
color: #594D93;
}
</style>
background-color css
<style>
a { background-color: #594D93; }
a { background-color: rgb(89,77,147); }
div.DivClassName
{
background-color: #594D93;
}
.BgClassName
{
background-color: #594D93;
}
</style>
border-color css
<style>
span { border-color: #594D93; }
span { border-color: rgb(89,77,147); }
td.TdClassName
{
border-color: #594D93;
}
.TagClassName
{
border-color: #594D93;
}
</style>