Shades of Victoria #554D82
Tints of Victoria #554D82
RGB
CMYK
RGB Variations
Color information
#554D82 (or 0x554D82) is known color: Victoria. HEX triplet: 55, 4D and 82. RGB value is (85,77,130). Sum of RGB (Red+Green+Blue) = 85+77+130=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #554D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D82 is #AAB27D. Grayscale: #555555. Windows color (decimal): -11186814 or 8539477. OLE color: 8539477.
HSL color Cylindrical-coordinate representation of color #554D82: hue angle of 249.06º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554D82 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 77 | 130 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.49 |
| HSL | 249.06º | 0.26% | 0.41% | - |
| HSV(B) | 249.06º | 0.41% | 0.51% | - |
| XYZ | 10.43 | 8.85 | 22.28 | - |
| YUV | 85.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 130 | 0.35 | 0.41 | 0 | 0.49 | 249.06 | 0.26 | 0.41 |
| Hex | 55 | 4D | 82 | 23 | 29 | 0 | 31 | F9 | 1A | 29 |
| Octal | 125 | 115 | 202 | 43 | 51 | 0 | 61 | 371 | 32 | 51 |
| Binary | 1010101 | 1001101 | 10000010 | 100011 | 101001 | 0 | 110001 | 11111001 | 11010 | 101001 |
Color Harmonies of #554D82
Complementary color
Monochromatic Colors of #554D82
Black with #554D82
Text Example
Text Example
White with #554D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D82; }
p { color: rgb(85,77,130); }
H1.HeaderClassName
{
color: #554D82;
}
.AnyTagClassName
{
color: #554D82;
}
</style>
background-color css
<style>
a { background-color: #554D82; }
a { background-color: rgb(85,77,130); }
div.DivClassName
{
background-color: #554D82;
}
.BgClassName
{
background-color: #554D82;
}
</style>
border-color css
<style>
span { border-color: #554D82; }
span { border-color: rgb(85,77,130); }
td.TdClassName
{
border-color: #554D82;
}
.TagClassName
{
border-color: #554D82;
}
</style>