Shades of Victoria #564E91
Tints of Victoria #564E91
RGB
CMYK
RGB Variations
Color information
#564E91 (or 0x564E91) is known color: Victoria. HEX triplet: 56, 4E and 91. RGB value is (86,78,145). Sum of RGB (Red+Green+Blue) = 86+78+145=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #564E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E91 is #A9B16E. Grayscale: #575757. Windows color (decimal): -11121007 or 9522774. OLE color: 9522774.
HSL color Cylindrical-coordinate representation of color #564E91: hue angle of 247.16º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #564E91 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 78 | 145 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.43 |
| HSL | 247.16º | 0.3% | 0.44% | - |
| HSV(B) | 247.16º | 0.46% | 0.57% | - |
| XYZ | 11.67 | 9.47 | 28 | - |
| YUV | 88.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 145 | 0.41 | 0.46 | 0 | 0.43 | 247.16 | 0.3 | 0.44 |
| Hex | 56 | 4E | 91 | 29 | 2E | 0 | 2B | F7 | 1E | 2C |
| Octal | 126 | 116 | 221 | 51 | 56 | 0 | 53 | 367 | 36 | 54 |
| Binary | 1010110 | 1001110 | 10010001 | 101001 | 101110 | 0 | 101011 | 11110111 | 11110 | 101100 |
Color Harmonies of #564E91
Complementary color
Monochromatic Colors of #564E91
Black with #564E91
Text Example
Text Example
White with #564E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E91; }
p { color: rgb(86,78,145); }
H1.HeaderClassName
{
color: #564E91;
}
.AnyTagClassName
{
color: #564E91;
}
</style>
background-color css
<style>
a { background-color: #564E91; }
a { background-color: rgb(86,78,145); }
div.DivClassName
{
background-color: #564E91;
}
.BgClassName
{
background-color: #564E91;
}
</style>
border-color css
<style>
span { border-color: #564E91; }
span { border-color: rgb(86,78,145); }
td.TdClassName
{
border-color: #564E91;
}
.TagClassName
{
border-color: #564E91;
}
</style>