Shades of Victoria #564C86
Tints of Victoria #564C86
RGB
CMYK
RGB Variations
Color information
#564C86 (or 0x564C86) is known color: Victoria. HEX triplet: 56, 4C and 86. RGB value is (86,76,134). Sum of RGB (Red+Green+Blue) = 86+76+134=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #564C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564C86 is #A9B379. Grayscale: #555555. Windows color (decimal): -11121530 or 8801366. OLE color: 8801366.
HSL color Cylindrical-coordinate representation of color #564C86: hue angle of 250.34º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564C86 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 76 | 134 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.47 |
| HSL | 250.34º | 0.28% | 0.41% | - |
| HSV(B) | 250.34º | 0.43% | 0.53% | - |
| XYZ | 10.73 | 8.87 | 23.7 | - |
| YUV | 85.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 134 | 0.36 | 0.43 | 0 | 0.47 | 250.34 | 0.28 | 0.41 |
| Hex | 56 | 4C | 86 | 24 | 2B | 0 | 2F | FA | 1C | 29 |
| Octal | 126 | 114 | 206 | 44 | 53 | 0 | 57 | 372 | 34 | 51 |
| Binary | 1010110 | 1001100 | 10000110 | 100100 | 101011 | 0 | 101111 | 11111010 | 11100 | 101001 |
Color Harmonies of #564C86
Complementary color
Monochromatic Colors of #564C86
Black with #564C86
Text Example
Text Example
White with #564C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C86; }
p { color: rgb(86,76,134); }
H1.HeaderClassName
{
color: #564C86;
}
.AnyTagClassName
{
color: #564C86;
}
</style>
background-color css
<style>
a { background-color: #564C86; }
a { background-color: rgb(86,76,134); }
div.DivClassName
{
background-color: #564C86;
}
.BgClassName
{
background-color: #564C86;
}
</style>
border-color css
<style>
span { border-color: #564C86; }
span { border-color: rgb(86,76,134); }
td.TdClassName
{
border-color: #564C86;
}
.TagClassName
{
border-color: #564C86;
}
</style>