Shades of Victoria #564D74
Tints of Victoria #564D74
RGB
CMYK
RGB Variations
Color information
#564D74 (or 0x564D74) is known color: Victoria. HEX triplet: 56, 4D and 74. RGB value is (86,77,116). Sum of RGB (Red+Green+Blue) = 86+77+116=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #564D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D74 is #A9B28B. Grayscale: #535353. Windows color (decimal): -11121292 or 7621974. OLE color: 7621974.
HSL color Cylindrical-coordinate representation of color #564D74: hue angle of 253.85º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564D74 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 77 | 116 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.55 |
| HSL | 253.85º | 0.2% | 0.38% | - |
| HSV(B) | 253.85º | 0.34% | 0.45% | - |
| XYZ | 9.64 | 8.55 | 17.66 | - |
| YUV | 84.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 116 | 0.26 | 0.34 | 0 | 0.55 | 253.85 | 0.2 | 0.38 |
| Hex | 56 | 4D | 74 | 1A | 22 | 0 | 37 | FE | 14 | 26 |
| Octal | 126 | 115 | 164 | 32 | 42 | 0 | 67 | 376 | 24 | 46 |
| Binary | 1010110 | 1001101 | 1110100 | 11010 | 100010 | 0 | 110111 | 11111110 | 10100 | 100110 |
Color Harmonies of #564D74
Complementary color
Monochromatic Colors of #564D74
Black with #564D74
Text Example
Text Example
White with #564D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D74; }
p { color: rgb(86,77,116); }
H1.HeaderClassName
{
color: #564D74;
}
.AnyTagClassName
{
color: #564D74;
}
</style>
background-color css
<style>
a { background-color: #564D74; }
a { background-color: rgb(86,77,116); }
div.DivClassName
{
background-color: #564D74;
}
.BgClassName
{
background-color: #564D74;
}
</style>
border-color css
<style>
span { border-color: #564D74; }
span { border-color: rgb(86,77,116); }
td.TdClassName
{
border-color: #564D74;
}
.TagClassName
{
border-color: #564D74;
}
</style>