Shades of Victoria #554D93
Tints of Victoria #554D93
RGB
CMYK
RGB Variations
Color information
#554D93 (or 0x554D93) is known color: Victoria. HEX triplet: 55, 4D and 93. RGB value is (85,77,147). Sum of RGB (Red+Green+Blue) = 85+77+147=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #554D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D93 is #AAB26C. Grayscale: #575757. Windows color (decimal): -11186797 or 9653589. OLE color: 9653589.
HSL color Cylindrical-coordinate representation of color #554D93: hue angle of 246.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554D93 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 77 | 147 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.42 |
| HSL | 246.86º | 0.31% | 0.44% | - |
| HSV(B) | 246.86º | 0.48% | 0.58% | - |
| XYZ | 11.67 | 9.35 | 28.79 | - |
| YUV | 87.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 147 | 0.42 | 0.48 | 0 | 0.42 | 246.86 | 0.31 | 0.44 |
| Hex | 55 | 4D | 93 | 2A | 30 | 0 | 2A | F7 | 1F | 2C |
| Octal | 125 | 115 | 223 | 52 | 60 | 0 | 52 | 367 | 37 | 54 |
| Binary | 1010101 | 1001101 | 10010011 | 101010 | 110000 | 0 | 101010 | 11110111 | 11111 | 101100 |
Color Harmonies of #554D93
Complementary color
Monochromatic Colors of #554D93
Black with #554D93
Text Example
Text Example
White with #554D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D93; }
p { color: rgb(85,77,147); }
H1.HeaderClassName
{
color: #554D93;
}
.AnyTagClassName
{
color: #554D93;
}
</style>
background-color css
<style>
a { background-color: #554D93; }
a { background-color: rgb(85,77,147); }
div.DivClassName
{
background-color: #554D93;
}
.BgClassName
{
background-color: #554D93;
}
</style>
border-color css
<style>
span { border-color: #554D93; }
span { border-color: rgb(85,77,147); }
td.TdClassName
{
border-color: #554D93;
}
.TagClassName
{
border-color: #554D93;
}
</style>