Shades of Victoria #554D83
Tints of Victoria #554D83
RGB
CMYK
RGB Variations
Color information
#554D83 (or 0x554D83) is known color: Victoria. HEX triplet: 55, 4D and 83. RGB value is (85,77,131). Sum of RGB (Red+Green+Blue) = 85+77+131=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #554D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D83 is #AAB27C. Grayscale: #555555. Windows color (decimal): -11186813 or 8605013. OLE color: 8605013.
HSL color Cylindrical-coordinate representation of color #554D83: hue angle of 248.89º 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 #554D83 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 77 | 131 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.49 |
| HSL | 248.89º | 0.26% | 0.41% | - |
| HSV(B) | 248.89º | 0.41% | 0.51% | - |
| XYZ | 10.5 | 8.88 | 22.63 | - |
| YUV | 85.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 131 | 0.35 | 0.41 | 0 | 0.49 | 248.89 | 0.26 | 0.41 |
| Hex | 55 | 4D | 83 | 23 | 29 | 0 | 31 | F9 | 1A | 29 |
| Octal | 125 | 115 | 203 | 43 | 51 | 0 | 61 | 371 | 32 | 51 |
| Binary | 1010101 | 1001101 | 10000011 | 100011 | 101001 | 0 | 110001 | 11111001 | 11010 | 101001 |
Color Harmonies of #554D83
Complementary color
Monochromatic Colors of #554D83
Black with #554D83
Text Example
Text Example
White with #554D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D83; }
p { color: rgb(85,77,131); }
H1.HeaderClassName
{
color: #554D83;
}
.AnyTagClassName
{
color: #554D83;
}
</style>
background-color css
<style>
a { background-color: #554D83; }
a { background-color: rgb(85,77,131); }
div.DivClassName
{
background-color: #554D83;
}
.BgClassName
{
background-color: #554D83;
}
</style>
border-color css
<style>
span { border-color: #554D83; }
span { border-color: rgb(85,77,131); }
td.TdClassName
{
border-color: #554D83;
}
.TagClassName
{
border-color: #554D83;
}
</style>