Shades of Victoria #56528D
Tints of Victoria #56528D
RGB
CMYK
RGB Variations
Color information
#56528D (or 0x56528D) is known color: Victoria. HEX triplet: 56, 52 and 8D. RGB value is (86,82,141). Sum of RGB (Red+Green+Blue) = 86+82+141=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #56528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56528D is #A9AD72. Grayscale: #595959. Windows color (decimal): -11119987 or 9261654. OLE color: 9261654.
HSL color Cylindrical-coordinate representation of color #56528D: hue angle of 244.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56528D is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 82 | 141 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.45 |
| HSL | 244.07º | 0.26% | 0.44% | - |
| HSV(B) | 244.07º | 0.42% | 0.55% | - |
| XYZ | 11.66 | 9.94 | 26.5 | - |
| YUV | 89.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 141 | 0.39 | 0.42 | 0 | 0.45 | 244.07 | 0.26 | 0.44 |
| Hex | 56 | 52 | 8D | 27 | 2A | 0 | 2D | F4 | 1A | 2C |
| Octal | 126 | 122 | 215 | 47 | 52 | 0 | 55 | 364 | 32 | 54 |
| Binary | 1010110 | 1010010 | 10001101 | 100111 | 101010 | 0 | 101101 | 11110100 | 11010 | 101100 |
Color Harmonies of #56528D
Complementary color
Monochromatic Colors of #56528D
Black with #56528D
Text Example
Text Example
White with #56528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56528D; }
p { color: rgb(86,82,141); }
H1.HeaderClassName
{
color: #56528D;
}
.AnyTagClassName
{
color: #56528D;
}
</style>
background-color css
<style>
a { background-color: #56528D; }
a { background-color: rgb(86,82,141); }
div.DivClassName
{
background-color: #56528D;
}
.BgClassName
{
background-color: #56528D;
}
</style>
border-color css
<style>
span { border-color: #56528D; }
span { border-color: rgb(86,82,141); }
td.TdClassName
{
border-color: #56528D;
}
.TagClassName
{
border-color: #56528D;
}
</style>