Shades of Victoria #555087
Tints of Victoria #555087
RGB
CMYK
RGB Variations
Color information
#555087 (or 0x555087) is known color: Victoria. HEX triplet: 55, 50 and 87. RGB value is (85,80,135). Sum of RGB (Red+Green+Blue) = 85+80+135=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #555087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555087 is #AAAF78. Grayscale: #575757. Windows color (decimal): -11186041 or 8867925. OLE color: 8867925.
HSL color Cylindrical-coordinate representation of color #555087: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555087 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 80 | 135 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.47 |
| HSL | 245.45º | 0.26% | 0.42% | - |
| HSV(B) | 245.45º | 0.41% | 0.53% | - |
| XYZ | 10.99 | 9.42 | 24.16 | - |
| YUV | 87.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 135 | 0.37 | 0.41 | 0 | 0.47 | 245.45 | 0.26 | 0.42 |
| Hex | 55 | 50 | 87 | 25 | 29 | 0 | 2F | F5 | 1A | 2A |
| Octal | 125 | 120 | 207 | 45 | 51 | 0 | 57 | 365 | 32 | 52 |
| Binary | 1010101 | 1010000 | 10000111 | 100101 | 101001 | 0 | 101111 | 11110101 | 11010 | 101010 |
Color Harmonies of #555087
Complementary color
Monochromatic Colors of #555087
Black with #555087
Text Example
Text Example
White with #555087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555087; }
p { color: rgb(85,80,135); }
H1.HeaderClassName
{
color: #555087;
}
.AnyTagClassName
{
color: #555087;
}
</style>
background-color css
<style>
a { background-color: #555087; }
a { background-color: rgb(85,80,135); }
div.DivClassName
{
background-color: #555087;
}
.BgClassName
{
background-color: #555087;
}
</style>
border-color css
<style>
span { border-color: #555087; }
span { border-color: rgb(85,80,135); }
td.TdClassName
{
border-color: #555087;
}
.TagClassName
{
border-color: #555087;
}
</style>