Shades of Victoria #554E72
Tints of Victoria #554E72
RGB
CMYK
RGB Variations
Color information
#554E72 (or 0x554E72) is known color: Victoria. HEX triplet: 55, 4E and 72. RGB value is (85,78,114). Sum of RGB (Red+Green+Blue) = 85+78+114=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #554E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E72 is #AAB18D. Grayscale: #545454. Windows color (decimal): -11186574 or 7491157. OLE color: 7491157.
HSL color Cylindrical-coordinate representation of color #554E72: hue angle of 251.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554E72 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 78 | 114 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.55 |
| HSL | 251.67º | 0.19% | 0.38% | - |
| HSV(B) | 251.67º | 0.32% | 0.45% | - |
| XYZ | 9.51 | 8.59 | 17.08 | - |
| YUV | 84.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 114 | 0.25 | 0.32 | 0 | 0.55 | 251.67 | 0.19 | 0.38 |
| Hex | 55 | 4E | 72 | 19 | 20 | 0 | 37 | FC | 13 | 26 |
| Octal | 125 | 116 | 162 | 31 | 40 | 0 | 67 | 374 | 23 | 46 |
| Binary | 1010101 | 1001110 | 1110010 | 11001 | 100000 | 0 | 110111 | 11111100 | 10011 | 100110 |
Color Harmonies of #554E72
Complementary color
Monochromatic Colors of #554E72
Black with #554E72
Text Example
Text Example
White with #554E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E72; }
p { color: rgb(85,78,114); }
H1.HeaderClassName
{
color: #554E72;
}
.AnyTagClassName
{
color: #554E72;
}
</style>
background-color css
<style>
a { background-color: #554E72; }
a { background-color: rgb(85,78,114); }
div.DivClassName
{
background-color: #554E72;
}
.BgClassName
{
background-color: #554E72;
}
</style>
border-color css
<style>
span { border-color: #554E72; }
span { border-color: rgb(85,78,114); }
td.TdClassName
{
border-color: #554E72;
}
.TagClassName
{
border-color: #554E72;
}
</style>