Shades of Victoria #555585
Tints of Victoria #555585
RGB
CMYK
RGB Variations
Color information
#555585 (or 0x555585) is known color: Victoria. HEX triplet: 55, 55 and 85. RGB value is (85,85,133). Sum of RGB (Red+Green+Blue) = 85+85+133=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #555585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555585 is #AAAA7A. Grayscale: #5A5A5A. Windows color (decimal): -11184763 or 8738133. OLE color: 8738133.
HSL color Cylindrical-coordinate representation of color #555585: hue angle of 240º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555585 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 85 | 133 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.48 |
| HSL | 240º | 0.22% | 0.43% | - |
| HSV(B) | 240º | 0.36% | 0.52% | - |
| XYZ | 11.23 | 10.12 | 23.55 | - |
| YUV | 90.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 133 | 0.36 | 0.36 | 0 | 0.48 | 240 | 0.22 | 0.43 |
| Hex | 55 | 55 | 85 | 24 | 24 | 0 | 30 | F0 | 16 | 2B |
| Octal | 125 | 125 | 205 | 44 | 44 | 0 | 60 | 360 | 26 | 53 |
| Binary | 1010101 | 1010101 | 10000101 | 100100 | 100100 | 0 | 110000 | 11110000 | 10110 | 101011 |
Color Harmonies of #555585
Complementary color
Monochromatic Colors of #555585
Black with #555585
Text Example
Text Example
White with #555585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555585; }
p { color: rgb(85,85,133); }
H1.HeaderClassName
{
color: #555585;
}
.AnyTagClassName
{
color: #555585;
}
</style>
background-color css
<style>
a { background-color: #555585; }
a { background-color: rgb(85,85,133); }
div.DivClassName
{
background-color: #555585;
}
.BgClassName
{
background-color: #555585;
}
</style>
border-color css
<style>
span { border-color: #555585; }
span { border-color: rgb(85,85,133); }
td.TdClassName
{
border-color: #555585;
}
.TagClassName
{
border-color: #555585;
}
</style>