Shades of Victoria #56497C
Tints of Victoria #56497C
RGB
CMYK
RGB Variations
Color information
#56497C (or 0x56497C) is known color: Victoria. HEX triplet: 56, 49 and 7C. RGB value is (86,73,124). Sum of RGB (Red+Green+Blue) = 86+73+124=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #56497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56497C is #A9B683. Grayscale: #525252. Windows color (decimal): -11122308 or 8145238. OLE color: 8145238.
HSL color Cylindrical-coordinate representation of color #56497C: hue angle of 255.29º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56497C is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 73 | 124 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.51 |
| HSL | 255.29º | 0.26% | 0.39% | - |
| HSV(B) | 255.29º | 0.41% | 0.49% | - |
| XYZ | 9.86 | 8.2 | 20.13 | - |
| YUV | 82.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 124 | 0.31 | 0.41 | 0 | 0.51 | 255.29 | 0.26 | 0.39 |
| Hex | 56 | 49 | 7C | 1F | 29 | 0 | 33 | FF | 1A | 27 |
| Octal | 126 | 111 | 174 | 37 | 51 | 0 | 63 | 377 | 32 | 47 |
| Binary | 1010110 | 1001001 | 1111100 | 11111 | 101001 | 0 | 110011 | 11111111 | 11010 | 100111 |
Color Harmonies of #56497C
Complementary color
Monochromatic Colors of #56497C
Black with #56497C
Text Example
Text Example
White with #56497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56497C; }
p { color: rgb(86,73,124); }
H1.HeaderClassName
{
color: #56497C;
}
.AnyTagClassName
{
color: #56497C;
}
</style>
background-color css
<style>
a { background-color: #56497C; }
a { background-color: rgb(86,73,124); }
div.DivClassName
{
background-color: #56497C;
}
.BgClassName
{
background-color: #56497C;
}
</style>
border-color css
<style>
span { border-color: #56497C; }
span { border-color: rgb(86,73,124); }
td.TdClassName
{
border-color: #56497C;
}
.TagClassName
{
border-color: #56497C;
}
</style>