Shades of Victoria #554D7A
Tints of Victoria #554D7A
RGB
CMYK
RGB Variations
Color information
#554D7A (or 0x554D7A) is known color: Victoria. HEX triplet: 55, 4D and 7A. RGB value is (85,77,122). Sum of RGB (Red+Green+Blue) = 85+77+122=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #554D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D7A is #AAB285. Grayscale: #545454. Windows color (decimal): -11186822 or 8015189. OLE color: 8015189.
HSL color Cylindrical-coordinate representation of color #554D7A: hue angle of 250.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554D7A is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 77 | 122 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.52 |
| HSL | 250.67º | 0.23% | 0.39% | - |
| HSV(B) | 250.67º | 0.37% | 0.48% | - |
| XYZ | 9.91 | 8.64 | 19.56 | - |
| YUV | 84.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 122 | 0.30 | 0.37 | 0 | 0.52 | 250.67 | 0.23 | 0.39 |
| Hex | 55 | 4D | 7A | 1E | 25 | 0 | 34 | FB | 17 | 27 |
| Octal | 125 | 115 | 172 | 36 | 45 | 0 | 64 | 373 | 27 | 47 |
| Binary | 1010101 | 1001101 | 1111010 | 11110 | 100101 | 0 | 110100 | 11111011 | 10111 | 100111 |
Color Harmonies of #554D7A
Complementary color
Monochromatic Colors of #554D7A
Black with #554D7A
Text Example
Text Example
White with #554D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D7A; }
p { color: rgb(85,77,122); }
H1.HeaderClassName
{
color: #554D7A;
}
.AnyTagClassName
{
color: #554D7A;
}
</style>
background-color css
<style>
a { background-color: #554D7A; }
a { background-color: rgb(85,77,122); }
div.DivClassName
{
background-color: #554D7A;
}
.BgClassName
{
background-color: #554D7A;
}
</style>
border-color css
<style>
span { border-color: #554D7A; }
span { border-color: rgb(85,77,122); }
td.TdClassName
{
border-color: #554D7A;
}
.TagClassName
{
border-color: #554D7A;
}
</style>