Shades of Victoria #554D8E
Tints of Victoria #554D8E
RGB
CMYK
RGB Variations
Color information
#554D8E (or 0x554D8E) is known color: Victoria. HEX triplet: 55, 4D and 8E. RGB value is (85,77,142). Sum of RGB (Red+Green+Blue) = 85+77+142=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #554D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D8E is #AAB271. Grayscale: #565656. Windows color (decimal): -11186802 or 9325909. OLE color: 9325909.
HSL color Cylindrical-coordinate representation of color #554D8E: hue angle of 247.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554D8E is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 77 | 142 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.44 |
| HSL | 247.38º | 0.3% | 0.43% | - |
| HSV(B) | 247.38º | 0.46% | 0.56% | - |
| XYZ | 11.28 | 9.19 | 26.77 | - |
| YUV | 86.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 142 | 0.40 | 0.46 | 0 | 0.44 | 247.38 | 0.3 | 0.43 |
| Hex | 55 | 4D | 8E | 28 | 2E | 0 | 2C | F7 | 1E | 2B |
| Octal | 125 | 115 | 216 | 50 | 56 | 0 | 54 | 367 | 36 | 53 |
| Binary | 1010101 | 1001101 | 10001110 | 101000 | 101110 | 0 | 101100 | 11110111 | 11110 | 101011 |
Color Harmonies of #554D8E
Complementary color
Monochromatic Colors of #554D8E
Black with #554D8E
Text Example
Text Example
White with #554D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D8E; }
p { color: rgb(85,77,142); }
H1.HeaderClassName
{
color: #554D8E;
}
.AnyTagClassName
{
color: #554D8E;
}
</style>
background-color css
<style>
a { background-color: #554D8E; }
a { background-color: rgb(85,77,142); }
div.DivClassName
{
background-color: #554D8E;
}
.BgClassName
{
background-color: #554D8E;
}
</style>
border-color css
<style>
span { border-color: #554D8E; }
span { border-color: rgb(85,77,142); }
td.TdClassName
{
border-color: #554D8E;
}
.TagClassName
{
border-color: #554D8E;
}
</style>