Shades of Victoria #575277
Tints of Victoria #575277
RGB
CMYK
RGB Variations
Color information
#575277 (or 0x575277) is known color: Victoria. HEX triplet: 57, 52 and 77. RGB value is (87,82,119). Sum of RGB (Red+Green+Blue) = 87+82+119=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #575277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575277 is #A8AD88. Grayscale: #575757. Windows color (decimal): -11054473 or 7819863. OLE color: 7819863.
HSL color Cylindrical-coordinate representation of color #575277: hue angle of 248.11º 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 #575277 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 82 | 119 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.53 |
| HSL | 248.11º | 0.18% | 0.39% | - |
| HSV(B) | 248.11º | 0.31% | 0.47% | - |
| XYZ | 10.28 | 9.39 | 18.72 | - |
| YUV | 87.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 119 | 0.27 | 0.31 | 0 | 0.53 | 248.11 | 0.18 | 0.39 |
| Hex | 57 | 52 | 77 | 1B | 1F | 0 | 35 | F8 | 12 | 27 |
| Octal | 127 | 122 | 167 | 33 | 37 | 0 | 65 | 370 | 22 | 47 |
| Binary | 1010111 | 1010010 | 1110111 | 11011 | 11111 | 0 | 110101 | 11111000 | 10010 | 100111 |
Color Harmonies of #575277
Complementary color
Monochromatic Colors of #575277
Black with #575277
Text Example
Text Example
White with #575277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575277; }
p { color: rgb(87,82,119); }
H1.HeaderClassName
{
color: #575277;
}
.AnyTagClassName
{
color: #575277;
}
</style>
background-color css
<style>
a { background-color: #575277; }
a { background-color: rgb(87,82,119); }
div.DivClassName
{
background-color: #575277;
}
.BgClassName
{
background-color: #575277;
}
</style>
border-color css
<style>
span { border-color: #575277; }
span { border-color: rgb(87,82,119); }
td.TdClassName
{
border-color: #575277;
}
.TagClassName
{
border-color: #575277;
}
</style>