Shades of Victoria #554E8E
Tints of Victoria #554E8E
RGB
CMYK
RGB Variations
Color information
#554E8E (or 0x554E8E) is known color: Victoria. HEX triplet: 55, 4E and 8E. RGB value is (85,78,142). Sum of RGB (Red+Green+Blue) = 85+78+142=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #554E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E8E is #AAB171. Grayscale: #575757. Windows color (decimal): -11186546 or 9326165. OLE color: 9326165.
HSL color Cylindrical-coordinate representation of color #554E8E: hue angle of 246.56º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554E8E is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 78 | 142 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.44 |
| HSL | 246.56º | 0.29% | 0.43% | - |
| HSV(B) | 246.56º | 0.45% | 0.56% | - |
| XYZ | 11.35 | 9.33 | 26.79 | - |
| YUV | 87.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 142 | 0.40 | 0.45 | 0 | 0.44 | 246.56 | 0.29 | 0.43 |
| Hex | 55 | 4E | 8E | 28 | 2D | 0 | 2C | F7 | 1D | 2B |
| Octal | 125 | 116 | 216 | 50 | 55 | 0 | 54 | 367 | 35 | 53 |
| Binary | 1010101 | 1001110 | 10001110 | 101000 | 101101 | 0 | 101100 | 11110111 | 11101 | 101011 |
Color Harmonies of #554E8E
Complementary color
Monochromatic Colors of #554E8E
Black with #554E8E
Text Example
Text Example
White with #554E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E8E; }
p { color: rgb(85,78,142); }
H1.HeaderClassName
{
color: #554E8E;
}
.AnyTagClassName
{
color: #554E8E;
}
</style>
background-color css
<style>
a { background-color: #554E8E; }
a { background-color: rgb(85,78,142); }
div.DivClassName
{
background-color: #554E8E;
}
.BgClassName
{
background-color: #554E8E;
}
</style>
border-color css
<style>
span { border-color: #554E8E; }
span { border-color: rgb(85,78,142); }
td.TdClassName
{
border-color: #554E8E;
}
.TagClassName
{
border-color: #554E8E;
}
</style>