Shades of Victoria #554D8B
Tints of Victoria #554D8B
RGB
CMYK
RGB Variations
Color information
#554D8B (or 0x554D8B) is known color: Victoria. HEX triplet: 55, 4D and 8B. RGB value is (85,77,139). Sum of RGB (Red+Green+Blue) = 85+77+139=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #554D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D8B is #AAB274. Grayscale: #565656. Windows color (decimal): -11186805 or 9129301. OLE color: 9129301.
HSL color Cylindrical-coordinate representation of color #554D8B: hue angle of 247.74º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554D8B is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 77 | 139 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.45 |
| HSL | 247.74º | 0.29% | 0.42% | - |
| HSV(B) | 247.74º | 0.45% | 0.55% | - |
| XYZ | 11.06 | 9.1 | 25.6 | - |
| YUV | 86.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 139 | 0.39 | 0.45 | 0 | 0.45 | 247.74 | 0.29 | 0.42 |
| Hex | 55 | 4D | 8B | 27 | 2D | 0 | 2D | F8 | 1D | 2A |
| Octal | 125 | 115 | 213 | 47 | 55 | 0 | 55 | 370 | 35 | 52 |
| Binary | 1010101 | 1001101 | 10001011 | 100111 | 101101 | 0 | 101101 | 11111000 | 11101 | 101010 |
Color Harmonies of #554D8B
Complementary color
Monochromatic Colors of #554D8B
Black with #554D8B
Text Example
Text Example
White with #554D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D8B; }
p { color: rgb(85,77,139); }
H1.HeaderClassName
{
color: #554D8B;
}
.AnyTagClassName
{
color: #554D8B;
}
</style>
background-color css
<style>
a { background-color: #554D8B; }
a { background-color: rgb(85,77,139); }
div.DivClassName
{
background-color: #554D8B;
}
.BgClassName
{
background-color: #554D8B;
}
</style>
border-color css
<style>
span { border-color: #554D8B; }
span { border-color: rgb(85,77,139); }
td.TdClassName
{
border-color: #554D8B;
}
.TagClassName
{
border-color: #554D8B;
}
</style>