Shades of Victoria #555278
Tints of Victoria #555278
RGB
CMYK
RGB Variations
Color information
#555278 (or 0x555278) is known color: Victoria. HEX triplet: 55, 52 and 78. RGB value is (85,82,120). Sum of RGB (Red+Green+Blue) = 85+82+120=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #555278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555278 is #AAAD87. Grayscale: #575757. Windows color (decimal): -11185544 or 7885397. OLE color: 7885397.
HSL color Cylindrical-coordinate representation of color #555278: hue angle of 244.74º 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 #555278 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 82 | 120 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.53 |
| HSL | 244.74º | 0.19% | 0.4% | - |
| HSV(B) | 244.74º | 0.32% | 0.47% | - |
| XYZ | 10.15 | 9.32 | 19.03 | - |
| YUV | 87.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 120 | 0.29 | 0.32 | 0 | 0.53 | 244.74 | 0.19 | 0.4 |
| Hex | 55 | 52 | 78 | 1D | 20 | 0 | 35 | F5 | 13 | 28 |
| Octal | 125 | 122 | 170 | 35 | 40 | 0 | 65 | 365 | 23 | 50 |
| Binary | 1010101 | 1010010 | 1111000 | 11101 | 100000 | 0 | 110101 | 11110101 | 10011 | 101000 |
Color Harmonies of #555278
Complementary color
Monochromatic Colors of #555278
Black with #555278
Text Example
Text Example
White with #555278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555278; }
p { color: rgb(85,82,120); }
H1.HeaderClassName
{
color: #555278;
}
.AnyTagClassName
{
color: #555278;
}
</style>
background-color css
<style>
a { background-color: #555278; }
a { background-color: rgb(85,82,120); }
div.DivClassName
{
background-color: #555278;
}
.BgClassName
{
background-color: #555278;
}
</style>
border-color css
<style>
span { border-color: #555278; }
span { border-color: rgb(85,82,120); }
td.TdClassName
{
border-color: #555278;
}
.TagClassName
{
border-color: #555278;
}
</style>