Shades of Victoria #555584
Tints of Victoria #555584
RGB
CMYK
RGB Variations
Color information
#555584 (or 0x555584) is known color: Victoria. HEX triplet: 55, 55 and 84. RGB value is (85,85,132). Sum of RGB (Red+Green+Blue) = 85+85+132=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #555584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555584 is #AAAA7B. Grayscale: #5A5A5A. Windows color (decimal): -11184764 or 8672597. OLE color: 8672597.
HSL color Cylindrical-coordinate representation of color #555584: 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 #555584 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 85 | 132 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.48 |
| HSL | 240º | 0.22% | 0.43% | - |
| HSV(B) | 240º | 0.36% | 0.52% | - |
| XYZ | 11.16 | 10.09 | 23.19 | - |
| YUV | 90.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 132 | 0.36 | 0.36 | 0 | 0.48 | 240 | 0.22 | 0.43 |
| Hex | 55 | 55 | 84 | 24 | 24 | 0 | 30 | F0 | 16 | 2B |
| Octal | 125 | 125 | 204 | 44 | 44 | 0 | 60 | 360 | 26 | 53 |
| Binary | 1010101 | 1010101 | 10000100 | 100100 | 100100 | 0 | 110000 | 11110000 | 10110 | 101011 |
Color Harmonies of #555584
Complementary color
Monochromatic Colors of #555584
Black with #555584
Text Example
Text Example
White with #555584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555584; }
p { color: rgb(85,85,132); }
H1.HeaderClassName
{
color: #555584;
}
.AnyTagClassName
{
color: #555584;
}
</style>
background-color css
<style>
a { background-color: #555584; }
a { background-color: rgb(85,85,132); }
div.DivClassName
{
background-color: #555584;
}
.BgClassName
{
background-color: #555584;
}
</style>
border-color css
<style>
span { border-color: #555584; }
span { border-color: rgb(85,85,132); }
td.TdClassName
{
border-color: #555584;
}
.TagClassName
{
border-color: #555584;
}
</style>