Shades of Victoria #554974
Tints of Victoria #554974
RGB
CMYK
RGB Variations
Color information
#554974 (or 0x554974) is known color: Victoria. HEX triplet: 55, 49 and 74. RGB value is (85,73,116). Sum of RGB (Red+Green+Blue) = 85+73+116=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #554974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554974 is #AAB68B. Grayscale: #515151. Windows color (decimal): -11187852 or 7620949. OLE color: 7620949.
HSL color Cylindrical-coordinate representation of color #554974: hue angle of 256.74º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554974 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 73 | 116 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.55 |
| HSL | 256.74º | 0.23% | 0.37% | - |
| HSV(B) | 256.74º | 0.37% | 0.45% | - |
| XYZ | 9.28 | 7.96 | 17.57 | - |
| YUV | 81.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 116 | 0.27 | 0.37 | 0 | 0.55 | 256.74 | 0.23 | 0.37 |
| Hex | 55 | 49 | 74 | 1B | 25 | 0 | 37 | 101 | 17 | 25 |
| Octal | 125 | 111 | 164 | 33 | 45 | 0 | 67 | 401 | 27 | 45 |
| Binary | 1010101 | 1001001 | 1110100 | 11011 | 100101 | 0 | 110111 | 100000001 | 10111 | 100101 |
Color Harmonies of #554974
Complementary color
Monochromatic Colors of #554974
Black with #554974
Text Example
Text Example
White with #554974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554974; }
p { color: rgb(85,73,116); }
H1.HeaderClassName
{
color: #554974;
}
.AnyTagClassName
{
color: #554974;
}
</style>
background-color css
<style>
a { background-color: #554974; }
a { background-color: rgb(85,73,116); }
div.DivClassName
{
background-color: #554974;
}
.BgClassName
{
background-color: #554974;
}
</style>
border-color css
<style>
span { border-color: #554974; }
span { border-color: rgb(85,73,116); }
td.TdClassName
{
border-color: #554974;
}
.TagClassName
{
border-color: #554974;
}
</style>