Shades of Victoria #595884
Tints of Victoria #595884
RGB
CMYK
RGB Variations
Color information
#595884 (or 0x595884) is known color: Victoria. HEX triplet: 59, 58 and 84. RGB value is (89,88,132). Sum of RGB (Red+Green+Blue) = 89+88+132=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #595884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595884 is #A6A77B. Grayscale: #5D5D5D. Windows color (decimal): -10921852 or 8673369. OLE color: 8673369.
HSL color Cylindrical-coordinate representation of color #595884: hue angle of 241.36º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595884 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 88 | 132 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.48 |
| HSL | 241.36º | 0.2% | 0.43% | - |
| HSV(B) | 241.36º | 0.33% | 0.52% | - |
| XYZ | 11.77 | 10.77 | 23.29 | - |
| YUV | 93.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 132 | 0.33 | 0.33 | 0 | 0.48 | 241.36 | 0.2 | 0.43 |
| Hex | 59 | 58 | 84 | 21 | 21 | 0 | 30 | F1 | 14 | 2B |
| Octal | 131 | 130 | 204 | 41 | 41 | 0 | 60 | 361 | 24 | 53 |
| Binary | 1011001 | 1011000 | 10000100 | 100001 | 100001 | 0 | 110000 | 11110001 | 10100 | 101011 |
Color Harmonies of #595884
Complementary color
Monochromatic Colors of #595884
Black with #595884
Text Example
Text Example
White with #595884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595884; }
p { color: rgb(89,88,132); }
H1.HeaderClassName
{
color: #595884;
}
.AnyTagClassName
{
color: #595884;
}
</style>
background-color css
<style>
a { background-color: #595884; }
a { background-color: rgb(89,88,132); }
div.DivClassName
{
background-color: #595884;
}
.BgClassName
{
background-color: #595884;
}
</style>
border-color css
<style>
span { border-color: #595884; }
span { border-color: rgb(89,88,132); }
td.TdClassName
{
border-color: #595884;
}
.TagClassName
{
border-color: #595884;
}
</style>