Shades of Victoria #595479
Tints of Victoria #595479
RGB
CMYK
RGB Variations
Color information
#595479 (or 0x595479) is known color: Victoria. HEX triplet: 59, 54 and 79. RGB value is (89,84,121). Sum of RGB (Red+Green+Blue) = 89+84+121=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #595479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595479 is #A6AB86. Grayscale: #595959. Windows color (decimal): -10922887 or 7951449. OLE color: 7951449.
HSL color Cylindrical-coordinate representation of color #595479: hue angle of 248.11º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #595479 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 84 | 121 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.53 |
| HSL | 248.11º | 0.18% | 0.4% | - |
| HSV(B) | 248.11º | 0.31% | 0.47% | - |
| XYZ | 10.74 | 9.84 | 19.42 | - |
| YUV | 89.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 121 | 0.26 | 0.31 | 0 | 0.53 | 248.11 | 0.18 | 0.4 |
| Hex | 59 | 54 | 79 | 1A | 1F | 0 | 35 | F8 | 12 | 28 |
| Octal | 131 | 124 | 171 | 32 | 37 | 0 | 65 | 370 | 22 | 50 |
| Binary | 1011001 | 1010100 | 1111001 | 11010 | 11111 | 0 | 110101 | 11111000 | 10010 | 101000 |
Color Harmonies of #595479
Complementary color
Monochromatic Colors of #595479
Black with #595479
Text Example
Text Example
White with #595479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595479; }
p { color: rgb(89,84,121); }
H1.HeaderClassName
{
color: #595479;
}
.AnyTagClassName
{
color: #595479;
}
</style>
background-color css
<style>
a { background-color: #595479; }
a { background-color: rgb(89,84,121); }
div.DivClassName
{
background-color: #595479;
}
.BgClassName
{
background-color: #595479;
}
</style>
border-color css
<style>
span { border-color: #595479; }
span { border-color: rgb(89,84,121); }
td.TdClassName
{
border-color: #595479;
}
.TagClassName
{
border-color: #595479;
}
</style>