Shades of Victoria #595278
Tints of Victoria #595278
RGB
CMYK
RGB Variations
Color information
#595278 (or 0x595278) is known color: Victoria. HEX triplet: 59, 52 and 78. RGB value is (89,82,120). Sum of RGB (Red+Green+Blue) = 89+82+120=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #595278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595278 is #A6AD87. Grayscale: #585858. Windows color (decimal): -10923400 or 7885401. OLE color: 7885401.
HSL color Cylindrical-coordinate representation of color #595278: hue angle of 251.05º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #595278 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 82 | 120 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.53 |
| HSL | 251.05º | 0.19% | 0.4% | - |
| HSV(B) | 251.05º | 0.32% | 0.47% | - |
| XYZ | 10.53 | 9.51 | 19.05 | - |
| YUV | 88.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 120 | 0.26 | 0.32 | 0 | 0.53 | 251.05 | 0.19 | 0.4 |
| Hex | 59 | 52 | 78 | 1A | 20 | 0 | 35 | FB | 13 | 28 |
| Octal | 131 | 122 | 170 | 32 | 40 | 0 | 65 | 373 | 23 | 50 |
| Binary | 1011001 | 1010010 | 1111000 | 11010 | 100000 | 0 | 110101 | 11111011 | 10011 | 101000 |
Color Harmonies of #595278
Complementary color
Monochromatic Colors of #595278
Black with #595278
Text Example
Text Example
White with #595278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595278; }
p { color: rgb(89,82,120); }
H1.HeaderClassName
{
color: #595278;
}
.AnyTagClassName
{
color: #595278;
}
</style>
background-color css
<style>
a { background-color: #595278; }
a { background-color: rgb(89,82,120); }
div.DivClassName
{
background-color: #595278;
}
.BgClassName
{
background-color: #595278;
}
</style>
border-color css
<style>
span { border-color: #595278; }
span { border-color: rgb(89,82,120); }
td.TdClassName
{
border-color: #595278;
}
.TagClassName
{
border-color: #595278;
}
</style>