Html Css Color HEX #564247 Emperor

📋 copy color: '#564247'

red 86 ◦ green 66 ◦ blue 71

#564247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emperor #564247

Tints of Emperor #564247

RGB

 RED value IS 86 (33.98% from 255) = 38.57%

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 38.57%
G = 29.6%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#564247 (or 0x564247) is known color: Emperor. HEX triplet: 56, 42 and 47. RGB value is (86,66,71). Sum of RGB (Red+Green+Blue) = 86+66+71=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #564247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564247 is #A9BDB8. Grayscale: #484848. Windows color (decimal): -11124153 or 4670038. OLE color: 4670038.

HSL color Cylindrical-coordinate representation of color #564247: hue angle of 345º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #564247 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 71 -
CMYK 0 0.23 0.17 0.66
HSL 345º 0.13% 0.3% -
HSV(B) 345º 0.23% 0.34% -
XYZ 6.92 6.33 6.82 -
YUV 72.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 86 66 71 0 0.23 0.17 0.66 345 0.13 0.3
Hex 56 42 47 0 17 11 42 159 D 1E
Octal 126 102 107 0 27 21 102 531 15 36
Binary 1010110 1000010 1000111 0 10111 10001 1000010 101011001 1101 11110

Color Harmonies of #564247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564247

Black with #564247

Text Example


Text Example

White with #564247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564247; }

 p { color: rgb(86,66,71); }

 H1.HeaderClassName
 {
   color: #564247;
 }
 .AnyTagClassName
 {
   color: #564247;
 }
</style>

background-color css

<style>
 a { background-color: #564247; }

 a { background-color: rgb(86,66,71); }

 div.DivClassName
 {
   background-color: #564247;
 }
 .BgClassName
 {
   background-color: #564247;
 }
</style>

border-color css

<style>
 span { border-color: #564247; }

 span { border-color: rgb(86,66,71); }

 td.TdClassName
 {
   border-color: #564247;
 }
 .TagClassName
 {
   border-color: #564247;
 }
</style>