Shades of Victoria #564C76
Tints of Victoria #564C76
RGB
CMYK
RGB Variations
Color information
#564C76 (or 0x564C76) is known color: Victoria. HEX triplet: 56, 4C and 76. RGB value is (86,76,118). Sum of RGB (Red+Green+Blue) = 86+76+118=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #564C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C76 is #A9B389. Grayscale: #535353. Windows color (decimal): -11121546 or 7752790. OLE color: 7752790.
HSL color Cylindrical-coordinate representation of color #564C76: hue angle of 254.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #564C76 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 76 | 118 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.54 |
| HSL | 254.29º | 0.22% | 0.38% | - |
| HSV(B) | 254.29º | 0.36% | 0.46% | - |
| XYZ | 9.69 | 8.46 | 18.26 | - |
| YUV | 83.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 118 | 0.27 | 0.36 | 0 | 0.54 | 254.29 | 0.22 | 0.38 |
| Hex | 56 | 4C | 76 | 1B | 24 | 0 | 36 | FE | 16 | 26 |
| Octal | 126 | 114 | 166 | 33 | 44 | 0 | 66 | 376 | 26 | 46 |
| Binary | 1010110 | 1001100 | 1110110 | 11011 | 100100 | 0 | 110110 | 11111110 | 10110 | 100110 |
Color Harmonies of #564C76
Complementary color
Monochromatic Colors of #564C76
Black with #564C76
Text Example
Text Example
White with #564C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C76; }
p { color: rgb(86,76,118); }
H1.HeaderClassName
{
color: #564C76;
}
.AnyTagClassName
{
color: #564C76;
}
</style>
background-color css
<style>
a { background-color: #564C76; }
a { background-color: rgb(86,76,118); }
div.DivClassName
{
background-color: #564C76;
}
.BgClassName
{
background-color: #564C76;
}
</style>
border-color css
<style>
span { border-color: #564C76; }
span { border-color: rgb(86,76,118); }
td.TdClassName
{
border-color: #564C76;
}
.TagClassName
{
border-color: #564C76;
}
</style>