Shades of Victoria #55487B
Tints of Victoria #55487B
RGB
CMYK
RGB Variations
Color information
#55487B (or 0x55487B) is known color: Victoria. HEX triplet: 55, 48 and 7B. RGB value is (85,72,123). Sum of RGB (Red+Green+Blue) = 85+72+123=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #55487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55487B is #AAB784. Grayscale: #515151. Windows color (decimal): -11188101 or 8079445. OLE color: 8079445.
HSL color Cylindrical-coordinate representation of color #55487B: hue angle of 255.29º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55487B is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 72 | 123 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.52 |
| HSL | 255.29º | 0.26% | 0.38% | - |
| HSV(B) | 255.29º | 0.41% | 0.48% | - |
| XYZ | 9.64 | 8 | 19.77 | - |
| YUV | 81.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 123 | 0.31 | 0.41 | 0 | 0.52 | 255.29 | 0.26 | 0.38 |
| Hex | 55 | 48 | 7B | 1F | 29 | 0 | 34 | FF | 1A | 26 |
| Octal | 125 | 110 | 173 | 37 | 51 | 0 | 64 | 377 | 32 | 46 |
| Binary | 1010101 | 1001000 | 1111011 | 11111 | 101001 | 0 | 110100 | 11111111 | 11010 | 100110 |
Color Harmonies of #55487B
Complementary color
Monochromatic Colors of #55487B
Black with #55487B
Text Example
Text Example
White with #55487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55487B; }
p { color: rgb(85,72,123); }
H1.HeaderClassName
{
color: #55487B;
}
.AnyTagClassName
{
color: #55487B;
}
</style>
background-color css
<style>
a { background-color: #55487B; }
a { background-color: rgb(85,72,123); }
div.DivClassName
{
background-color: #55487B;
}
.BgClassName
{
background-color: #55487B;
}
</style>
border-color css
<style>
span { border-color: #55487B; }
span { border-color: rgb(85,72,123); }
td.TdClassName
{
border-color: #55487B;
}
.TagClassName
{
border-color: #55487B;
}
</style>