Shades of Victoria #564E7C
Tints of Victoria #564E7C
RGB
CMYK
RGB Variations
Color information
#564E7C (or 0x564E7C) is known color: Victoria. HEX triplet: 56, 4E and 7C. RGB value is (86,78,124). Sum of RGB (Red+Green+Blue) = 86+78+124=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #564E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E7C is #A9B183. Grayscale: #555555. Windows color (decimal): -11121028 or 8146518. OLE color: 8146518.
HSL color Cylindrical-coordinate representation of color #564E7C: hue angle of 250.43º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #564E7C is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 78 | 124 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.51 |
| HSL | 250.43º | 0.23% | 0.4% | - |
| HSV(B) | 250.43º | 0.37% | 0.49% | - |
| XYZ | 10.2 | 8.88 | 20.25 | - |
| YUV | 85.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 124 | 0.31 | 0.37 | 0 | 0.51 | 250.43 | 0.23 | 0.4 |
| Hex | 56 | 4E | 7C | 1F | 25 | 0 | 33 | FA | 17 | 28 |
| Octal | 126 | 116 | 174 | 37 | 45 | 0 | 63 | 372 | 27 | 50 |
| Binary | 1010110 | 1001110 | 1111100 | 11111 | 100101 | 0 | 110011 | 11111010 | 10111 | 101000 |
Color Harmonies of #564E7C
Complementary color
Monochromatic Colors of #564E7C
Black with #564E7C
Text Example
Text Example
White with #564E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E7C; }
p { color: rgb(86,78,124); }
H1.HeaderClassName
{
color: #564E7C;
}
.AnyTagClassName
{
color: #564E7C;
}
</style>
background-color css
<style>
a { background-color: #564E7C; }
a { background-color: rgb(86,78,124); }
div.DivClassName
{
background-color: #564E7C;
}
.BgClassName
{
background-color: #564E7C;
}
</style>
border-color css
<style>
span { border-color: #564E7C; }
span { border-color: rgb(86,78,124); }
td.TdClassName
{
border-color: #564E7C;
}
.TagClassName
{
border-color: #564E7C;
}
</style>