Shades of Victoria #555279
Tints of Victoria #555279
RGB
CMYK
RGB Variations
Color information
#555279 (or 0x555279) is known color: Victoria. HEX triplet: 55, 52 and 79. RGB value is (85,82,121). Sum of RGB (Red+Green+Blue) = 85+82+121=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #555279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555279 is #AAAD86. Grayscale: #575757. Windows color (decimal): -11185543 or 7950933. OLE color: 7950933.
HSL color Cylindrical-coordinate representation of color #555279: hue angle of 244.62º 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 #555279 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 82 | 121 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.53 |
| HSL | 244.62º | 0.19% | 0.4% | - |
| HSV(B) | 244.62º | 0.32% | 0.47% | - |
| XYZ | 10.21 | 9.35 | 19.35 | - |
| YUV | 87.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 121 | 0.30 | 0.32 | 0 | 0.53 | 244.62 | 0.19 | 0.4 |
| Hex | 55 | 52 | 79 | 1E | 20 | 0 | 35 | F5 | 13 | 28 |
| Octal | 125 | 122 | 171 | 36 | 40 | 0 | 65 | 365 | 23 | 50 |
| Binary | 1010101 | 1010010 | 1111001 | 11110 | 100000 | 0 | 110101 | 11110101 | 10011 | 101000 |
Color Harmonies of #555279
Complementary color
Monochromatic Colors of #555279
Black with #555279
Text Example
Text Example
White with #555279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555279; }
p { color: rgb(85,82,121); }
H1.HeaderClassName
{
color: #555279;
}
.AnyTagClassName
{
color: #555279;
}
</style>
background-color css
<style>
a { background-color: #555279; }
a { background-color: rgb(85,82,121); }
div.DivClassName
{
background-color: #555279;
}
.BgClassName
{
background-color: #555279;
}
</style>
border-color css
<style>
span { border-color: #555279; }
span { border-color: rgb(85,82,121); }
td.TdClassName
{
border-color: #555279;
}
.TagClassName
{
border-color: #555279;
}
</style>