Shades of Victoria #554F73
Tints of Victoria #554F73
RGB
CMYK
RGB Variations
Color information
#554F73 (or 0x554F73) is known color: Victoria. HEX triplet: 55, 4F and 73. RGB value is (85,79,115). Sum of RGB (Red+Green+Blue) = 85+79+115=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #554F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F73 is #AAB08C. Grayscale: #545454. Windows color (decimal): -11186317 or 7556949. OLE color: 7556949.
HSL color Cylindrical-coordinate representation of color #554F73: hue angle of 250º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554F73 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 79 | 115 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.55 |
| HSL | 250º | 0.19% | 0.38% | - |
| HSV(B) | 250º | 0.31% | 0.45% | - |
| XYZ | 9.64 | 8.76 | 17.4 | - |
| YUV | 84.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 115 | 0.26 | 0.31 | 0 | 0.55 | 250 | 0.19 | 0.38 |
| Hex | 55 | 4F | 73 | 1A | 1F | 0 | 37 | FA | 13 | 26 |
| Octal | 125 | 117 | 163 | 32 | 37 | 0 | 67 | 372 | 23 | 46 |
| Binary | 1010101 | 1001111 | 1110011 | 11010 | 11111 | 0 | 110111 | 11111010 | 10011 | 100110 |
Color Harmonies of #554F73
Complementary color
Monochromatic Colors of #554F73
Black with #554F73
Text Example
Text Example
White with #554F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F73; }
p { color: rgb(85,79,115); }
H1.HeaderClassName
{
color: #554F73;
}
.AnyTagClassName
{
color: #554F73;
}
</style>
background-color css
<style>
a { background-color: #554F73; }
a { background-color: rgb(85,79,115); }
div.DivClassName
{
background-color: #554F73;
}
.BgClassName
{
background-color: #554F73;
}
</style>
border-color css
<style>
span { border-color: #554F73; }
span { border-color: rgb(85,79,115); }
td.TdClassName
{
border-color: #554F73;
}
.TagClassName
{
border-color: #554F73;
}
</style>