Shades of Emperor #564B4C
Tints of Emperor #564B4C
RGB
CMYK
RGB Variations
Color information
#564B4C (or 0x564B4C) is known color: Emperor. HEX triplet: 56, 4B and 4C. RGB value is (86,75,76). Sum of RGB (Red+Green+Blue) = 86+75+76=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B4C is #A9B4B3. Grayscale: #4E4E4E. Windows color (decimal): -11121844 or 5000022. OLE color: 5000022.
HSL color Cylindrical-coordinate representation of color #564B4C: hue angle of 354.55º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564B4C is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 76 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.66 |
| HSL | 354.55º | 0.07% | 0.32% | - |
| HSV(B) | 354.55º | 0.13% | 0.34% | - |
| XYZ | 7.66 | 7.53 | 7.89 | - |
| YUV | 78.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 76 | 0 | 0.13 | 0.12 | 0.66 | 354.55 | 0.07 | 0.32 |
| Hex | 56 | 4B | 4C | 0 | D | C | 42 | 163 | 7 | 20 |
| Octal | 126 | 113 | 114 | 0 | 15 | 14 | 102 | 543 | 7 | 40 |
| Binary | 1010110 | 1001011 | 1001100 | 0 | 1101 | 1100 | 1000010 | 101100011 | 111 | 100000 |
Color Harmonies of #564B4C
Complementary color
Monochromatic Colors of #564B4C
Black with #564B4C
Text Example
Text Example
White with #564B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B4C; }
p { color: rgb(86,75,76); }
H1.HeaderClassName
{
color: #564B4C;
}
.AnyTagClassName
{
color: #564B4C;
}
</style>
background-color css
<style>
a { background-color: #564B4C; }
a { background-color: rgb(86,75,76); }
div.DivClassName
{
background-color: #564B4C;
}
.BgClassName
{
background-color: #564B4C;
}
</style>
border-color css
<style>
span { border-color: #564B4C; }
span { border-color: rgb(86,75,76); }
td.TdClassName
{
border-color: #564B4C;
}
.TagClassName
{
border-color: #564B4C;
}
</style>