Shades of Victoria #564C71
Tints of Victoria #564C71
RGB
CMYK
RGB Variations
Color information
#564C71 (or 0x564C71) is known color: Victoria. HEX triplet: 56, 4C and 71. RGB value is (86,76,113). Sum of RGB (Red+Green+Blue) = 86+76+113=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #564C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C71 is #A9B38E. Grayscale: #535353. Windows color (decimal): -11121551 or 7425110. OLE color: 7425110.
HSL color Cylindrical-coordinate representation of color #564C71: hue angle of 256.22º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #564C71 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 76 | 113 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.56 |
| HSL | 256.22º | 0.2% | 0.37% | - |
| HSV(B) | 256.22º | 0.33% | 0.44% | - |
| XYZ | 9.4 | 8.34 | 16.74 | - |
| YUV | 83.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 113 | 0.24 | 0.33 | 0 | 0.56 | 256.22 | 0.2 | 0.37 |
| Hex | 56 | 4C | 71 | 18 | 21 | 0 | 38 | 100 | 14 | 25 |
| Octal | 126 | 114 | 161 | 30 | 41 | 0 | 70 | 400 | 24 | 45 |
| Binary | 1010110 | 1001100 | 1110001 | 11000 | 100001 | 0 | 111000 | 100000000 | 10100 | 100101 |
Color Harmonies of #564C71
Complementary color
Monochromatic Colors of #564C71
Black with #564C71
Text Example
Text Example
White with #564C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C71; }
p { color: rgb(86,76,113); }
H1.HeaderClassName
{
color: #564C71;
}
.AnyTagClassName
{
color: #564C71;
}
</style>
background-color css
<style>
a { background-color: #564C71; }
a { background-color: rgb(86,76,113); }
div.DivClassName
{
background-color: #564C71;
}
.BgClassName
{
background-color: #564C71;
}
</style>
border-color css
<style>
span { border-color: #564C71; }
span { border-color: rgb(86,76,113); }
td.TdClassName
{
border-color: #564C71;
}
.TagClassName
{
border-color: #564C71;
}
</style>