Shades of Victoria #56518C
Tints of Victoria #56518C
RGB
CMYK
RGB Variations
Color information
#56518C (or 0x56518C) is known color: Victoria. HEX triplet: 56, 51 and 8C. RGB value is (86,81,140). Sum of RGB (Red+Green+Blue) = 86+81+140=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 81 (32.03% from 255 or 26.38% 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 #56518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56518C is #A9AE73. Grayscale: #585858. Windows color (decimal): -11120244 or 9195862. OLE color: 9195862.
HSL color Cylindrical-coordinate representation of color #56518C: hue angle of 245.08º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56518C is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 81 | 140 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.45 |
| HSL | 245.08º | 0.27% | 0.43% | - |
| HSV(B) | 245.08º | 0.42% | 0.55% | - |
| XYZ | 11.51 | 9.76 | 26.09 | - |
| YUV | 89.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 140 | 0.39 | 0.42 | 0 | 0.45 | 245.08 | 0.27 | 0.43 |
| Hex | 56 | 51 | 8C | 27 | 2A | 0 | 2D | F5 | 1B | 2B |
| Octal | 126 | 121 | 214 | 47 | 52 | 0 | 55 | 365 | 33 | 53 |
| Binary | 1010110 | 1010001 | 10001100 | 100111 | 101010 | 0 | 101101 | 11110101 | 11011 | 101011 |
Color Harmonies of #56518C
Complementary color
Monochromatic Colors of #56518C
Black with #56518C
Text Example
Text Example
White with #56518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56518C; }
p { color: rgb(86,81,140); }
H1.HeaderClassName
{
color: #56518C;
}
.AnyTagClassName
{
color: #56518C;
}
</style>
background-color css
<style>
a { background-color: #56518C; }
a { background-color: rgb(86,81,140); }
div.DivClassName
{
background-color: #56518C;
}
.BgClassName
{
background-color: #56518C;
}
</style>
border-color css
<style>
span { border-color: #56518C; }
span { border-color: rgb(86,81,140); }
td.TdClassName
{
border-color: #56518C;
}
.TagClassName
{
border-color: #56518C;
}
</style>