Shades of Victoria #555188
Tints of Victoria #555188
RGB
CMYK
RGB Variations
Color information
#555188 (or 0x555188) is known color: Victoria. HEX triplet: 55, 51 and 88. RGB value is (85,81,136). Sum of RGB (Red+Green+Blue) = 85+81+136=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #555188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555188 is #AAAE77. Grayscale: #585858. Windows color (decimal): -11185784 or 8933717. OLE color: 8933717.
HSL color Cylindrical-coordinate representation of color #555188: hue angle of 244.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555188 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 81 | 136 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.47 |
| HSL | 244.36º | 0.25% | 0.43% | - |
| HSV(B) | 244.36º | 0.4% | 0.53% | - |
| XYZ | 11.13 | 9.59 | 24.56 | - |
| YUV | 88.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 136 | 0.38 | 0.40 | 0 | 0.47 | 244.36 | 0.25 | 0.43 |
| Hex | 55 | 51 | 88 | 26 | 28 | 0 | 2F | F4 | 19 | 2B |
| Octal | 125 | 121 | 210 | 46 | 50 | 0 | 57 | 364 | 31 | 53 |
| Binary | 1010101 | 1010001 | 10001000 | 100110 | 101000 | 0 | 101111 | 11110100 | 11001 | 101011 |
Color Harmonies of #555188
Complementary color
Monochromatic Colors of #555188
Black with #555188
Text Example
Text Example
White with #555188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555188; }
p { color: rgb(85,81,136); }
H1.HeaderClassName
{
color: #555188;
}
.AnyTagClassName
{
color: #555188;
}
</style>
background-color css
<style>
a { background-color: #555188; }
a { background-color: rgb(85,81,136); }
div.DivClassName
{
background-color: #555188;
}
.BgClassName
{
background-color: #555188;
}
</style>
border-color css
<style>
span { border-color: #555188; }
span { border-color: rgb(85,81,136); }
td.TdClassName
{
border-color: #555188;
}
.TagClassName
{
border-color: #555188;
}
</style>