Shades of Victoria #55527E
Tints of Victoria #55527E
RGB
CMYK
RGB Variations
Color information
#55527E (or 0x55527E) is known color: Victoria. HEX triplet: 55, 52 and 7E. RGB value is (85,82,126). Sum of RGB (Red+Green+Blue) = 85+82+126=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #55527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55527E is #AAAD81. Grayscale: #575757. Windows color (decimal): -11185538 or 8278613. OLE color: 8278613.
HSL color Cylindrical-coordinate representation of color #55527E: hue angle of 244.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55527E is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 82 | 126 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.51 |
| HSL | 244.09º | 0.21% | 0.41% | - |
| HSV(B) | 244.09º | 0.35% | 0.49% | - |
| XYZ | 10.53 | 9.47 | 21.01 | - |
| YUV | 87.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 126 | 0.33 | 0.35 | 0 | 0.51 | 244.09 | 0.21 | 0.41 |
| Hex | 55 | 52 | 7E | 21 | 23 | 0 | 33 | F4 | 15 | 29 |
| Octal | 125 | 122 | 176 | 41 | 43 | 0 | 63 | 364 | 25 | 51 |
| Binary | 1010101 | 1010010 | 1111110 | 100001 | 100011 | 0 | 110011 | 11110100 | 10101 | 101001 |
Color Harmonies of #55527E
Complementary color
Monochromatic Colors of #55527E
Black with #55527E
Text Example
Text Example
White with #55527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55527E; }
p { color: rgb(85,82,126); }
H1.HeaderClassName
{
color: #55527E;
}
.AnyTagClassName
{
color: #55527E;
}
</style>
background-color css
<style>
a { background-color: #55527E; }
a { background-color: rgb(85,82,126); }
div.DivClassName
{
background-color: #55527E;
}
.BgClassName
{
background-color: #55527E;
}
</style>
border-color css
<style>
span { border-color: #55527E; }
span { border-color: rgb(85,82,126); }
td.TdClassName
{
border-color: #55527E;
}
.TagClassName
{
border-color: #55527E;
}
</style>