Shades of Victoria #55528C
Tints of Victoria #55528C
RGB
CMYK
RGB Variations
Color information
#55528C (or 0x55528C) is known color: Victoria. HEX triplet: 55, 52 and 8C. RGB value is (85,82,140). Sum of RGB (Red+Green+Blue) = 85+82+140=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #55528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55528C is #AAAD73. Grayscale: #595959. Windows color (decimal): -11185524 or 9196117. OLE color: 9196117.
HSL color Cylindrical-coordinate representation of color #55528C: hue angle of 243.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55528C is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 82 | 140 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.45 |
| HSL | 243.1º | 0.26% | 0.44% | - |
| HSV(B) | 243.1º | 0.41% | 0.55% | - |
| XYZ | 11.5 | 9.86 | 26.11 | - |
| YUV | 89.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 140 | 0.39 | 0.41 | 0 | 0.45 | 243.1 | 0.26 | 0.44 |
| Hex | 55 | 52 | 8C | 27 | 29 | 0 | 2D | F3 | 1A | 2C |
| Octal | 125 | 122 | 214 | 47 | 51 | 0 | 55 | 363 | 32 | 54 |
| Binary | 1010101 | 1010010 | 10001100 | 100111 | 101001 | 0 | 101101 | 11110011 | 11010 | 101100 |
Color Harmonies of #55528C
Complementary color
Monochromatic Colors of #55528C
Black with #55528C
Text Example
Text Example
White with #55528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55528C; }
p { color: rgb(85,82,140); }
H1.HeaderClassName
{
color: #55528C;
}
.AnyTagClassName
{
color: #55528C;
}
</style>
background-color css
<style>
a { background-color: #55528C; }
a { background-color: rgb(85,82,140); }
div.DivClassName
{
background-color: #55528C;
}
.BgClassName
{
background-color: #55528C;
}
</style>
border-color css
<style>
span { border-color: #55528C; }
span { border-color: rgb(85,82,140); }
td.TdClassName
{
border-color: #55528C;
}
.TagClassName
{
border-color: #55528C;
}
</style>