Shades of Victoria #564F84
Tints of Victoria #564F84
RGB
CMYK
RGB Variations
Color information
#564F84 (or 0x564F84) is known color: Victoria. HEX triplet: 56, 4F and 84. RGB value is (86,79,132). Sum of RGB (Red+Green+Blue) = 86+79+132=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #564F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F84 is #A9B07B. Grayscale: #565656. Windows color (decimal): -11120764 or 8671062. OLE color: 8671062.
HSL color Cylindrical-coordinate representation of color #564F84: hue angle of 247.92º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564F84 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 79 | 132 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.48 |
| HSL | 247.92º | 0.25% | 0.41% | - |
| HSV(B) | 247.92º | 0.4% | 0.52% | - |
| XYZ | 10.8 | 9.24 | 23.04 | - |
| YUV | 87.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 132 | 0.35 | 0.40 | 0 | 0.48 | 247.92 | 0.25 | 0.41 |
| Hex | 56 | 4F | 84 | 23 | 28 | 0 | 30 | F8 | 19 | 29 |
| Octal | 126 | 117 | 204 | 43 | 50 | 0 | 60 | 370 | 31 | 51 |
| Binary | 1010110 | 1001111 | 10000100 | 100011 | 101000 | 0 | 110000 | 11111000 | 11001 | 101001 |
Color Harmonies of #564F84
Complementary color
Monochromatic Colors of #564F84
Black with #564F84
Text Example
Text Example
White with #564F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F84; }
p { color: rgb(86,79,132); }
H1.HeaderClassName
{
color: #564F84;
}
.AnyTagClassName
{
color: #564F84;
}
</style>
background-color css
<style>
a { background-color: #564F84; }
a { background-color: rgb(86,79,132); }
div.DivClassName
{
background-color: #564F84;
}
.BgClassName
{
background-color: #564F84;
}
</style>
border-color css
<style>
span { border-color: #564F84; }
span { border-color: rgb(86,79,132); }
td.TdClassName
{
border-color: #564F84;
}
.TagClassName
{
border-color: #564F84;
}
</style>