Shades of Victoria #56517F
Tints of Victoria #56517F
RGB
CMYK
RGB Variations
Color information
#56517F (or 0x56517F) is known color: Victoria. HEX triplet: 56, 51 and 7F. RGB value is (86,81,127). Sum of RGB (Red+Green+Blue) = 86+81+127=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #56517F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56517F is #A9AE80. Grayscale: #575757. Windows color (decimal): -11120257 or 8343894. OLE color: 8343894.
HSL color Cylindrical-coordinate representation of color #56517F: hue angle of 246.52º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56517F is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 81 | 127 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.50 |
| HSL | 246.52º | 0.22% | 0.41% | - |
| HSV(B) | 246.52º | 0.36% | 0.5% | - |
| XYZ | 10.61 | 9.4 | 21.33 | - |
| YUV | 87.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 127 | 0.32 | 0.36 | 0 | 0.50 | 246.52 | 0.22 | 0.41 |
| Hex | 56 | 51 | 7F | 20 | 24 | 0 | 32 | F7 | 16 | 29 |
| Octal | 126 | 121 | 177 | 40 | 44 | 0 | 62 | 367 | 26 | 51 |
| Binary | 1010110 | 1010001 | 1111111 | 100000 | 100100 | 0 | 110010 | 11110111 | 10110 | 101001 |
Color Harmonies of #56517F
Complementary color
Monochromatic Colors of #56517F
Black with #56517F
Text Example
Text Example
White with #56517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56517F; }
p { color: rgb(86,81,127); }
H1.HeaderClassName
{
color: #56517F;
}
.AnyTagClassName
{
color: #56517F;
}
</style>
background-color css
<style>
a { background-color: #56517F; }
a { background-color: rgb(86,81,127); }
div.DivClassName
{
background-color: #56517F;
}
.BgClassName
{
background-color: #56517F;
}
</style>
border-color css
<style>
span { border-color: #56517F; }
span { border-color: rgb(86,81,127); }
td.TdClassName
{
border-color: #56517F;
}
.TagClassName
{
border-color: #56517F;
}
</style>