Shades of Victoria #55528B
Tints of Victoria #55528B
RGB
CMYK
RGB Variations
Color information
#55528B (or 0x55528B) is known color: Victoria. HEX triplet: 55, 52 and 8B. RGB value is (85,82,139). Sum of RGB (Red+Green+Blue) = 85+82+139=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #55528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55528B is #AAAD74. Grayscale: #595959. Windows color (decimal): -11185525 or 9130581. OLE color: 9130581.
HSL color Cylindrical-coordinate representation of color #55528B: hue angle of 243.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55528B is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 82 | 139 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.45 |
| HSL | 243.16º | 0.26% | 0.43% | - |
| HSV(B) | 243.16º | 0.41% | 0.55% | - |
| XYZ | 11.42 | 9.83 | 25.72 | - |
| YUV | 89.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 139 | 0.39 | 0.41 | 0 | 0.45 | 243.16 | 0.26 | 0.43 |
| Hex | 55 | 52 | 8B | 27 | 29 | 0 | 2D | F3 | 1A | 2B |
| Octal | 125 | 122 | 213 | 47 | 51 | 0 | 55 | 363 | 32 | 53 |
| Binary | 1010101 | 1010010 | 10001011 | 100111 | 101001 | 0 | 101101 | 11110011 | 11010 | 101011 |
Color Harmonies of #55528B
Complementary color
Monochromatic Colors of #55528B
Black with #55528B
Text Example
Text Example
White with #55528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55528B; }
p { color: rgb(85,82,139); }
H1.HeaderClassName
{
color: #55528B;
}
.AnyTagClassName
{
color: #55528B;
}
</style>
background-color css
<style>
a { background-color: #55528B; }
a { background-color: rgb(85,82,139); }
div.DivClassName
{
background-color: #55528B;
}
.BgClassName
{
background-color: #55528B;
}
</style>
border-color css
<style>
span { border-color: #55528B; }
span { border-color: rgb(85,82,139); }
td.TdClassName
{
border-color: #55528B;
}
.TagClassName
{
border-color: #55528B;
}
</style>