Shades of Victoria #5D5989
Tints of Victoria #5D5989
RGB
CMYK
RGB Variations
Color information
#5D5989 (or 0x5D5989) is known color: Victoria. HEX triplet: 5D, 59 and 89. RGB value is (93,89,137). Sum of RGB (Red+Green+Blue) = 93+89+137=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5989 is #A2A676. Grayscale: #5F5F5F. Windows color (decimal): -10659447 or 9001309. OLE color: 9001309.
HSL color Cylindrical-coordinate representation of color #5D5989: hue angle of 245º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D5989 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 89 | 137 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.46 |
| HSL | 245º | 0.21% | 0.44% | - |
| HSV(B) | 245º | 0.35% | 0.54% | - |
| XYZ | 12.6 | 11.28 | 25.18 | - |
| YUV | 95.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 137 | 0.32 | 0.35 | 0 | 0.46 | 245 | 0.21 | 0.44 |
| Hex | 5D | 59 | 89 | 20 | 23 | 0 | 2E | F5 | 15 | 2C |
| Octal | 135 | 131 | 211 | 40 | 43 | 0 | 56 | 365 | 25 | 54 |
| Binary | 1011101 | 1011001 | 10001001 | 100000 | 100011 | 0 | 101110 | 11110101 | 10101 | 101100 |
Color Harmonies of #5D5989
Complementary color
Monochromatic Colors of #5D5989
Black with #5D5989
Text Example
Text Example
White with #5D5989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5989; }
p { color: rgb(93,89,137); }
H1.HeaderClassName
{
color: #5D5989;
}
.AnyTagClassName
{
color: #5D5989;
}
</style>
background-color css
<style>
a { background-color: #5D5989; }
a { background-color: rgb(93,89,137); }
div.DivClassName
{
background-color: #5D5989;
}
.BgClassName
{
background-color: #5D5989;
}
</style>
border-color css
<style>
span { border-color: #5D5989; }
span { border-color: rgb(93,89,137); }
td.TdClassName
{
border-color: #5D5989;
}
.TagClassName
{
border-color: #5D5989;
}
</style>