Shades of Victoria #564E8E
Tints of Victoria #564E8E
RGB
CMYK
RGB Variations
Color information
#564E8E (or 0x564E8E) is known color: Victoria. HEX triplet: 56, 4E and 8E. RGB value is (86,78,142). Sum of RGB (Red+Green+Blue) = 86+78+142=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #564E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E8E is #A9B171. Grayscale: #575757. Windows color (decimal): -11121010 or 9326166. OLE color: 9326166.
HSL color Cylindrical-coordinate representation of color #564E8E: hue angle of 247.5º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #564E8E is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 78 | 142 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.44 |
| HSL | 247.5º | 0.29% | 0.43% | - |
| HSV(B) | 247.5º | 0.45% | 0.56% | - |
| XYZ | 11.44 | 9.38 | 26.8 | - |
| YUV | 87.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 142 | 0.39 | 0.45 | 0 | 0.44 | 247.5 | 0.29 | 0.43 |
| Hex | 56 | 4E | 8E | 27 | 2D | 0 | 2C | F8 | 1D | 2B |
| Octal | 126 | 116 | 216 | 47 | 55 | 0 | 54 | 370 | 35 | 53 |
| Binary | 1010110 | 1001110 | 10001110 | 100111 | 101101 | 0 | 101100 | 11111000 | 11101 | 101011 |
Color Harmonies of #564E8E
Complementary color
Monochromatic Colors of #564E8E
Black with #564E8E
Text Example
Text Example
White with #564E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E8E; }
p { color: rgb(86,78,142); }
H1.HeaderClassName
{
color: #564E8E;
}
.AnyTagClassName
{
color: #564E8E;
}
</style>
background-color css
<style>
a { background-color: #564E8E; }
a { background-color: rgb(86,78,142); }
div.DivClassName
{
background-color: #564E8E;
}
.BgClassName
{
background-color: #564E8E;
}
</style>
border-color css
<style>
span { border-color: #564E8E; }
span { border-color: rgb(86,78,142); }
td.TdClassName
{
border-color: #564E8E;
}
.TagClassName
{
border-color: #564E8E;
}
</style>