Shades of Victoria #564E76
Tints of Victoria #564E76
RGB
CMYK
RGB Variations
Color information
#564E76 (or 0x564E76) is known color: Victoria. HEX triplet: 56, 4E and 76. RGB value is (86,78,118). Sum of RGB (Red+Green+Blue) = 86+78+118=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #564E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E76 is #A9B189. Grayscale: #545454. Windows color (decimal): -11121034 or 7753302. OLE color: 7753302.
HSL color Cylindrical-coordinate representation of color #564E76: hue angle of 252º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564E76 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 78 | 118 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.54 |
| HSL | 252º | 0.2% | 0.38% | - |
| HSV(B) | 252º | 0.34% | 0.46% | - |
| XYZ | 9.83 | 8.74 | 18.31 | - |
| YUV | 84.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 118 | 0.27 | 0.34 | 0 | 0.54 | 252 | 0.2 | 0.38 |
| Hex | 56 | 4E | 76 | 1B | 22 | 0 | 36 | FC | 14 | 26 |
| Octal | 126 | 116 | 166 | 33 | 42 | 0 | 66 | 374 | 24 | 46 |
| Binary | 1010110 | 1001110 | 1110110 | 11011 | 100010 | 0 | 110110 | 11111100 | 10100 | 100110 |
Color Harmonies of #564E76
Complementary color
Monochromatic Colors of #564E76
Black with #564E76
Text Example
Text Example
White with #564E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E76; }
p { color: rgb(86,78,118); }
H1.HeaderClassName
{
color: #564E76;
}
.AnyTagClassName
{
color: #564E76;
}
</style>
background-color css
<style>
a { background-color: #564E76; }
a { background-color: rgb(86,78,118); }
div.DivClassName
{
background-color: #564E76;
}
.BgClassName
{
background-color: #564E76;
}
</style>
border-color css
<style>
span { border-color: #564E76; }
span { border-color: rgb(86,78,118); }
td.TdClassName
{
border-color: #564E76;
}
.TagClassName
{
border-color: #564E76;
}
</style>