Shades of Victoria #595277
Tints of Victoria #595277
RGB
CMYK
RGB Variations
Color information
#595277 (or 0x595277) is known color: Victoria. HEX triplet: 59, 52 and 77. RGB value is (89,82,119). Sum of RGB (Red+Green+Blue) = 89+82+119=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #595277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595277 is #A6AD88. Grayscale: #585858. Windows color (decimal): -10923401 or 7819865. OLE color: 7819865.
HSL color Cylindrical-coordinate representation of color #595277: hue angle of 251.35º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #595277 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 82 | 119 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.53 |
| HSL | 251.35º | 0.18% | 0.39% | - |
| HSV(B) | 251.35º | 0.31% | 0.47% | - |
| XYZ | 10.47 | 9.49 | 18.73 | - |
| YUV | 88.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 119 | 0.25 | 0.31 | 0 | 0.53 | 251.35 | 0.18 | 0.39 |
| Hex | 59 | 52 | 77 | 19 | 1F | 0 | 35 | FB | 12 | 27 |
| Octal | 131 | 122 | 167 | 31 | 37 | 0 | 65 | 373 | 22 | 47 |
| Binary | 1011001 | 1010010 | 1110111 | 11001 | 11111 | 0 | 110101 | 11111011 | 10010 | 100111 |
Color Harmonies of #595277
Complementary color
Monochromatic Colors of #595277
Black with #595277
Text Example
Text Example
White with #595277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595277; }
p { color: rgb(89,82,119); }
H1.HeaderClassName
{
color: #595277;
}
.AnyTagClassName
{
color: #595277;
}
</style>
background-color css
<style>
a { background-color: #595277; }
a { background-color: rgb(89,82,119); }
div.DivClassName
{
background-color: #595277;
}
.BgClassName
{
background-color: #595277;
}
</style>
border-color css
<style>
span { border-color: #595277; }
span { border-color: rgb(89,82,119); }
td.TdClassName
{
border-color: #595277;
}
.TagClassName
{
border-color: #595277;
}
</style>