Shades of Victoria #554D7C
Tints of Victoria #554D7C
RGB
CMYK
RGB Variations
Color information
#554D7C (or 0x554D7C) is known color: Victoria. HEX triplet: 55, 4D and 7C. RGB value is (85,77,124). Sum of RGB (Red+Green+Blue) = 85+77+124=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #554D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D7C is #AAB283. Grayscale: #545454. Windows color (decimal): -11186820 or 8146261. OLE color: 8146261.
HSL color Cylindrical-coordinate representation of color #554D7C: hue angle of 250.21º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554D7C is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 77 | 124 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.51 |
| HSL | 250.21º | 0.23% | 0.39% | - |
| HSV(B) | 250.21º | 0.38% | 0.49% | - |
| XYZ | 10.04 | 8.69 | 20.22 | - |
| YUV | 84.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 124 | 0.31 | 0.38 | 0 | 0.51 | 250.21 | 0.23 | 0.39 |
| Hex | 55 | 4D | 7C | 1F | 26 | 0 | 33 | FA | 17 | 27 |
| Octal | 125 | 115 | 174 | 37 | 46 | 0 | 63 | 372 | 27 | 47 |
| Binary | 1010101 | 1001101 | 1111100 | 11111 | 100110 | 0 | 110011 | 11111010 | 10111 | 100111 |
Color Harmonies of #554D7C
Complementary color
Monochromatic Colors of #554D7C
Black with #554D7C
Text Example
Text Example
White with #554D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D7C; }
p { color: rgb(85,77,124); }
H1.HeaderClassName
{
color: #554D7C;
}
.AnyTagClassName
{
color: #554D7C;
}
</style>
background-color css
<style>
a { background-color: #554D7C; }
a { background-color: rgb(85,77,124); }
div.DivClassName
{
background-color: #554D7C;
}
.BgClassName
{
background-color: #554D7C;
}
</style>
border-color css
<style>
span { border-color: #554D7C; }
span { border-color: rgb(85,77,124); }
td.TdClassName
{
border-color: #554D7C;
}
.TagClassName
{
border-color: #554D7C;
}
</style>