Shades of Victoria #564C88
Tints of Victoria #564C88
RGB
CMYK
RGB Variations
Color information
#564C88 (or 0x564C88) is known color: Victoria. HEX triplet: 56, 4C and 88. RGB value is (86,76,136). Sum of RGB (Red+Green+Blue) = 86+76+136=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #564C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564C88 is #A9B377. Grayscale: #555555. Windows color (decimal): -11121528 or 8932438. OLE color: 8932438.
HSL color Cylindrical-coordinate representation of color #564C88: hue angle of 250º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564C88 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 76 | 136 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.47 |
| HSL | 250º | 0.28% | 0.42% | - |
| HSV(B) | 250º | 0.44% | 0.53% | - |
| XYZ | 10.87 | 8.92 | 24.44 | - |
| YUV | 85.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 136 | 0.37 | 0.44 | 0 | 0.47 | 250 | 0.28 | 0.42 |
| Hex | 56 | 4C | 88 | 25 | 2C | 0 | 2F | FA | 1C | 2A |
| Octal | 126 | 114 | 210 | 45 | 54 | 0 | 57 | 372 | 34 | 52 |
| Binary | 1010110 | 1001100 | 10001000 | 100101 | 101100 | 0 | 101111 | 11111010 | 11100 | 101010 |
Color Harmonies of #564C88
Complementary color
Monochromatic Colors of #564C88
Black with #564C88
Text Example
Text Example
White with #564C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C88; }
p { color: rgb(86,76,136); }
H1.HeaderClassName
{
color: #564C88;
}
.AnyTagClassName
{
color: #564C88;
}
</style>
background-color css
<style>
a { background-color: #564C88; }
a { background-color: rgb(86,76,136); }
div.DivClassName
{
background-color: #564C88;
}
.BgClassName
{
background-color: #564C88;
}
</style>
border-color css
<style>
span { border-color: #564C88; }
span { border-color: rgb(86,76,136); }
td.TdClassName
{
border-color: #564C88;
}
.TagClassName
{
border-color: #564C88;
}
</style>