Shades of Victoria #555081
Tints of Victoria #555081
RGB
CMYK
RGB Variations
Color information
#555081 (or 0x555081) is known color: Victoria. HEX triplet: 55, 50 and 81. RGB value is (85,80,129). Sum of RGB (Red+Green+Blue) = 85+80+129=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #555081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555081 is #AAAF7E. Grayscale: #565656. Windows color (decimal): -11186047 or 8474709. OLE color: 8474709.
HSL color Cylindrical-coordinate representation of color #555081: hue angle of 246.12º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555081 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 80 | 129 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.49 |
| HSL | 246.12º | 0.23% | 0.41% | - |
| HSV(B) | 246.12º | 0.38% | 0.51% | - |
| XYZ | 10.58 | 9.25 | 22 | - |
| YUV | 87.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 129 | 0.34 | 0.38 | 0 | 0.49 | 246.12 | 0.23 | 0.41 |
| Hex | 55 | 50 | 81 | 22 | 26 | 0 | 31 | F6 | 17 | 29 |
| Octal | 125 | 120 | 201 | 42 | 46 | 0 | 61 | 366 | 27 | 51 |
| Binary | 1010101 | 1010000 | 10000001 | 100010 | 100110 | 0 | 110001 | 11110110 | 10111 | 101001 |
Color Harmonies of #555081
Complementary color
Monochromatic Colors of #555081
Black with #555081
Text Example
Text Example
White with #555081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555081; }
p { color: rgb(85,80,129); }
H1.HeaderClassName
{
color: #555081;
}
.AnyTagClassName
{
color: #555081;
}
</style>
background-color css
<style>
a { background-color: #555081; }
a { background-color: rgb(85,80,129); }
div.DivClassName
{
background-color: #555081;
}
.BgClassName
{
background-color: #555081;
}
</style>
border-color css
<style>
span { border-color: #555081; }
span { border-color: rgb(85,80,129); }
td.TdClassName
{
border-color: #555081;
}
.TagClassName
{
border-color: #555081;
}
</style>