Shades of Victoria #56518F
Tints of Victoria #56518F
RGB
CMYK
RGB Variations
Color information
#56518F (or 0x56518F) is known color: Victoria. HEX triplet: 56, 51 and 8F. RGB value is (86,81,143). Sum of RGB (Red+Green+Blue) = 86+81+143=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #56518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56518F is #A9AE70. Grayscale: #595959. Windows color (decimal): -11120241 or 9392470. OLE color: 9392470.
HSL color Cylindrical-coordinate representation of color #56518F: hue angle of 244.84º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56518F is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 81 | 143 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.44 |
| HSL | 244.84º | 0.28% | 0.44% | - |
| HSV(B) | 244.84º | 0.43% | 0.56% | - |
| XYZ | 11.74 | 9.85 | 27.27 | - |
| YUV | 89.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 143 | 0.40 | 0.43 | 0 | 0.44 | 244.84 | 0.28 | 0.44 |
| Hex | 56 | 51 | 8F | 28 | 2B | 0 | 2C | F5 | 1C | 2C |
| Octal | 126 | 121 | 217 | 50 | 53 | 0 | 54 | 365 | 34 | 54 |
| Binary | 1010110 | 1010001 | 10001111 | 101000 | 101011 | 0 | 101100 | 11110101 | 11100 | 101100 |
Color Harmonies of #56518F
Complementary color
Monochromatic Colors of #56518F
Black with #56518F
Text Example
Text Example
White with #56518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56518F; }
p { color: rgb(86,81,143); }
H1.HeaderClassName
{
color: #56518F;
}
.AnyTagClassName
{
color: #56518F;
}
</style>
background-color css
<style>
a { background-color: #56518F; }
a { background-color: rgb(86,81,143); }
div.DivClassName
{
background-color: #56518F;
}
.BgClassName
{
background-color: #56518F;
}
</style>
border-color css
<style>
span { border-color: #56518F; }
span { border-color: rgb(86,81,143); }
td.TdClassName
{
border-color: #56518F;
}
.TagClassName
{
border-color: #56518F;
}
</style>