Shades of Victoria #554D76
Tints of Victoria #554D76
RGB
CMYK
RGB Variations
Color information
#554D76 (or 0x554D76) is known color: Victoria. HEX triplet: 55, 4D and 76. RGB value is (85,77,118). Sum of RGB (Red+Green+Blue) = 85+77+118=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #554D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D76 is #AAB289. Grayscale: #535353. Windows color (decimal): -11186826 or 7753045. OLE color: 7753045.
HSL color Cylindrical-coordinate representation of color #554D76: hue angle of 251.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554D76 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 77 | 118 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.54 |
| HSL | 251.71º | 0.21% | 0.38% | - |
| HSV(B) | 251.71º | 0.35% | 0.46% | - |
| XYZ | 9.67 | 8.55 | 18.28 | - |
| YUV | 84.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 118 | 0.28 | 0.35 | 0 | 0.54 | 251.71 | 0.21 | 0.38 |
| Hex | 55 | 4D | 76 | 1C | 23 | 0 | 36 | FC | 15 | 26 |
| Octal | 125 | 115 | 166 | 34 | 43 | 0 | 66 | 374 | 25 | 46 |
| Binary | 1010101 | 1001101 | 1110110 | 11100 | 100011 | 0 | 110110 | 11111100 | 10101 | 100110 |
Color Harmonies of #554D76
Complementary color
Monochromatic Colors of #554D76
Black with #554D76
Text Example
Text Example
White with #554D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D76; }
p { color: rgb(85,77,118); }
H1.HeaderClassName
{
color: #554D76;
}
.AnyTagClassName
{
color: #554D76;
}
</style>
background-color css
<style>
a { background-color: #554D76; }
a { background-color: rgb(85,77,118); }
div.DivClassName
{
background-color: #554D76;
}
.BgClassName
{
background-color: #554D76;
}
</style>
border-color css
<style>
span { border-color: #554D76; }
span { border-color: rgb(85,77,118); }
td.TdClassName
{
border-color: #554D76;
}
.TagClassName
{
border-color: #554D76;
}
</style>