Shades of Victoria #55507A
Tints of Victoria #55507A
RGB
CMYK
RGB Variations
Color information
#55507A (or 0x55507A) is known color: Victoria. HEX triplet: 55, 50 and 7A. RGB value is (85,80,122). Sum of RGB (Red+Green+Blue) = 85+80+122=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #55507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55507A is #AAAF85. Grayscale: #565656. Windows color (decimal): -11186054 or 8015957. OLE color: 8015957.
HSL color Cylindrical-coordinate representation of color #55507A: hue angle of 247.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55507A is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 80 | 122 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.52 |
| HSL | 247.14º | 0.21% | 0.4% | - |
| HSV(B) | 247.14º | 0.34% | 0.48% | - |
| XYZ | 10.13 | 9.07 | 19.63 | - |
| YUV | 86.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 122 | 0.30 | 0.34 | 0 | 0.52 | 247.14 | 0.21 | 0.4 |
| Hex | 55 | 50 | 7A | 1E | 22 | 0 | 34 | F7 | 15 | 28 |
| Octal | 125 | 120 | 172 | 36 | 42 | 0 | 64 | 367 | 25 | 50 |
| Binary | 1010101 | 1010000 | 1111010 | 11110 | 100010 | 0 | 110100 | 11110111 | 10101 | 101000 |
Color Harmonies of #55507A
Complementary color
Monochromatic Colors of #55507A
Black with #55507A
Text Example
Text Example
White with #55507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55507A; }
p { color: rgb(85,80,122); }
H1.HeaderClassName
{
color: #55507A;
}
.AnyTagClassName
{
color: #55507A;
}
</style>
background-color css
<style>
a { background-color: #55507A; }
a { background-color: rgb(85,80,122); }
div.DivClassName
{
background-color: #55507A;
}
.BgClassName
{
background-color: #55507A;
}
</style>
border-color css
<style>
span { border-color: #55507A; }
span { border-color: rgb(85,80,122); }
td.TdClassName
{
border-color: #55507A;
}
.TagClassName
{
border-color: #55507A;
}
</style>