Shades of Victoria #554F77
Tints of Victoria #554F77
RGB
CMYK
RGB Variations
Color information
#554F77 (or 0x554F77) is known color: Victoria. HEX triplet: 55, 4F and 77. RGB value is (85,79,119). Sum of RGB (Red+Green+Blue) = 85+79+119=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #554F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F77 is #AAB088. Grayscale: #555555. Windows color (decimal): -11186313 or 7819093. OLE color: 7819093.
HSL color Cylindrical-coordinate representation of color #554F77: hue angle of 249º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554F77 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 79 | 119 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.53 |
| HSL | 249º | 0.2% | 0.39% | - |
| HSV(B) | 249º | 0.34% | 0.47% | - |
| XYZ | 9.87 | 8.86 | 18.64 | - |
| YUV | 85.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 119 | 0.29 | 0.34 | 0 | 0.53 | 249 | 0.2 | 0.39 |
| Hex | 55 | 4F | 77 | 1D | 22 | 0 | 35 | F9 | 14 | 27 |
| Octal | 125 | 117 | 167 | 35 | 42 | 0 | 65 | 371 | 24 | 47 |
| Binary | 1010101 | 1001111 | 1110111 | 11101 | 100010 | 0 | 110101 | 11111001 | 10100 | 100111 |
Color Harmonies of #554F77
Complementary color
Monochromatic Colors of #554F77
Black with #554F77
Text Example
Text Example
White with #554F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F77; }
p { color: rgb(85,79,119); }
H1.HeaderClassName
{
color: #554F77;
}
.AnyTagClassName
{
color: #554F77;
}
</style>
background-color css
<style>
a { background-color: #554F77; }
a { background-color: rgb(85,79,119); }
div.DivClassName
{
background-color: #554F77;
}
.BgClassName
{
background-color: #554F77;
}
</style>
border-color css
<style>
span { border-color: #554F77; }
span { border-color: rgb(85,79,119); }
td.TdClassName
{
border-color: #554F77;
}
.TagClassName
{
border-color: #554F77;
}
</style>