Shades of Victoria #555281
Tints of Victoria #555281
RGB
CMYK
RGB Variations
Color information
#555281 (or 0x555281) is known color: Victoria. HEX triplet: 55, 52 and 81. RGB value is (85,82,129). Sum of RGB (Red+Green+Blue) = 85+82+129=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #555281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555281 is #AAAD7E. Grayscale: #585858. Windows color (decimal): -11185535 or 8475221. OLE color: 8475221.
HSL color Cylindrical-coordinate representation of color #555281: hue angle of 243.83º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555281 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 82 | 129 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.49 |
| HSL | 243.83º | 0.22% | 0.41% | - |
| HSV(B) | 243.83º | 0.36% | 0.51% | - |
| XYZ | 10.73 | 9.55 | 22.05 | - |
| YUV | 88.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 129 | 0.34 | 0.36 | 0 | 0.49 | 243.83 | 0.22 | 0.41 |
| Hex | 55 | 52 | 81 | 22 | 24 | 0 | 31 | F4 | 16 | 29 |
| Octal | 125 | 122 | 201 | 42 | 44 | 0 | 61 | 364 | 26 | 51 |
| Binary | 1010101 | 1010010 | 10000001 | 100010 | 100100 | 0 | 110001 | 11110100 | 10110 | 101001 |
Color Harmonies of #555281
Complementary color
Monochromatic Colors of #555281
Black with #555281
Text Example
Text Example
White with #555281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555281; }
p { color: rgb(85,82,129); }
H1.HeaderClassName
{
color: #555281;
}
.AnyTagClassName
{
color: #555281;
}
</style>
background-color css
<style>
a { background-color: #555281; }
a { background-color: rgb(85,82,129); }
div.DivClassName
{
background-color: #555281;
}
.BgClassName
{
background-color: #555281;
}
</style>
border-color css
<style>
span { border-color: #555281; }
span { border-color: rgb(85,82,129); }
td.TdClassName
{
border-color: #555281;
}
.TagClassName
{
border-color: #555281;
}
</style>