Shades of Victoria #554F8C
Tints of Victoria #554F8C
RGB
CMYK
RGB Variations
Color information
#554F8C (or 0x554F8C) is known color: Victoria. HEX triplet: 55, 4F and 8C. RGB value is (85,79,140). Sum of RGB (Red+Green+Blue) = 85+79+140=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #554F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F8C is #AAB073. Grayscale: #575757. Windows color (decimal): -11186292 or 9195349. OLE color: 9195349.
HSL color Cylindrical-coordinate representation of color #554F8C: hue angle of 245.9º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554F8C is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 79 | 140 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.45 |
| HSL | 245.9º | 0.28% | 0.43% | - |
| HSV(B) | 245.9º | 0.44% | 0.55% | - |
| XYZ | 11.28 | 9.42 | 26.03 | - |
| YUV | 87.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 140 | 0.39 | 0.44 | 0 | 0.45 | 245.9 | 0.28 | 0.43 |
| Hex | 55 | 4F | 8C | 27 | 2C | 0 | 2D | F6 | 1C | 2B |
| Octal | 125 | 117 | 214 | 47 | 54 | 0 | 55 | 366 | 34 | 53 |
| Binary | 1010101 | 1001111 | 10001100 | 100111 | 101100 | 0 | 101101 | 11110110 | 11100 | 101011 |
Color Harmonies of #554F8C
Complementary color
Monochromatic Colors of #554F8C
Black with #554F8C
Text Example
Text Example
White with #554F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F8C; }
p { color: rgb(85,79,140); }
H1.HeaderClassName
{
color: #554F8C;
}
.AnyTagClassName
{
color: #554F8C;
}
</style>
background-color css
<style>
a { background-color: #554F8C; }
a { background-color: rgb(85,79,140); }
div.DivClassName
{
background-color: #554F8C;
}
.BgClassName
{
background-color: #554F8C;
}
</style>
border-color css
<style>
span { border-color: #554F8C; }
span { border-color: rgb(85,79,140); }
td.TdClassName
{
border-color: #554F8C;
}
.TagClassName
{
border-color: #554F8C;
}
</style>