Shades of Victoria #564A78
Tints of Victoria #564A78
RGB
CMYK
RGB Variations
Color information
#564A78 (or 0x564A78) is known color: Victoria. HEX triplet: 56, 4A and 78. RGB value is (86,74,120). Sum of RGB (Red+Green+Blue) = 86+74+120=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #564A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A78 is #A9B587. Grayscale: #525252. Windows color (decimal): -11122056 or 7883350. OLE color: 7883350.
HSL color Cylindrical-coordinate representation of color #564A78: hue angle of 255.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #564A78 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 74 | 120 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.53 |
| HSL | 255.65º | 0.24% | 0.38% | - |
| HSV(B) | 255.65º | 0.38% | 0.47% | - |
| XYZ | 9.68 | 8.23 | 18.85 | - |
| YUV | 82.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 120 | 0.28 | 0.38 | 0 | 0.53 | 255.65 | 0.24 | 0.38 |
| Hex | 56 | 4A | 78 | 1C | 26 | 0 | 35 | 100 | 18 | 26 |
| Octal | 126 | 112 | 170 | 34 | 46 | 0 | 65 | 400 | 30 | 46 |
| Binary | 1010110 | 1001010 | 1111000 | 11100 | 100110 | 0 | 110101 | 100000000 | 11000 | 100110 |
Color Harmonies of #564A78
Complementary color
Monochromatic Colors of #564A78
Black with #564A78
Text Example
Text Example
White with #564A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A78; }
p { color: rgb(86,74,120); }
H1.HeaderClassName
{
color: #564A78;
}
.AnyTagClassName
{
color: #564A78;
}
</style>
background-color css
<style>
a { background-color: #564A78; }
a { background-color: rgb(86,74,120); }
div.DivClassName
{
background-color: #564A78;
}
.BgClassName
{
background-color: #564A78;
}
</style>
border-color css
<style>
span { border-color: #564A78; }
span { border-color: rgb(86,74,120); }
td.TdClassName
{
border-color: #564A78;
}
.TagClassName
{
border-color: #564A78;
}
</style>