Shades of Victoria #56517E
Tints of Victoria #56517E
RGB
CMYK
RGB Variations
Color information
#56517E (or 0x56517E) is known color: Victoria. HEX triplet: 56, 51 and 7E. RGB value is (86,81,126). Sum of RGB (Red+Green+Blue) = 86+81+126=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #56517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56517E is #A9AE81. Grayscale: #575757. Windows color (decimal): -11120258 or 8278358. OLE color: 8278358.
HSL color Cylindrical-coordinate representation of color #56517E: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56517E is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 81 | 126 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.51 |
| HSL | 246.67º | 0.22% | 0.41% | - |
| HSV(B) | 246.67º | 0.36% | 0.49% | - |
| XYZ | 10.55 | 9.37 | 20.99 | - |
| YUV | 87.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 126 | 0.32 | 0.36 | 0 | 0.51 | 246.67 | 0.22 | 0.41 |
| Hex | 56 | 51 | 7E | 20 | 24 | 0 | 33 | F7 | 16 | 29 |
| Octal | 126 | 121 | 176 | 40 | 44 | 0 | 63 | 367 | 26 | 51 |
| Binary | 1010110 | 1010001 | 1111110 | 100000 | 100100 | 0 | 110011 | 11110111 | 10110 | 101001 |
Color Harmonies of #56517E
Complementary color
Monochromatic Colors of #56517E
Black with #56517E
Text Example
Text Example
White with #56517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56517E; }
p { color: rgb(86,81,126); }
H1.HeaderClassName
{
color: #56517E;
}
.AnyTagClassName
{
color: #56517E;
}
</style>
background-color css
<style>
a { background-color: #56517E; }
a { background-color: rgb(86,81,126); }
div.DivClassName
{
background-color: #56517E;
}
.BgClassName
{
background-color: #56517E;
}
</style>
border-color css
<style>
span { border-color: #56517E; }
span { border-color: rgb(86,81,126); }
td.TdClassName
{
border-color: #56517E;
}
.TagClassName
{
border-color: #56517E;
}
</style>