Html Css Color HEX #564447 Emperor

📋 copy color: '#564447'

red 86 ◦ green 68 ◦ blue 71

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

Shades of Emperor #564447

Tints of Emperor #564447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.22%

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

R = 38.22%
G = 30.22%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#564447 (or 0x564447) is known color: Emperor. HEX triplet: 56, 44 and 47. RGB value is (86,68,71). Sum of RGB (Red+Green+Blue) = 86+68+71=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564447 is #A9BBB8. Grayscale: #494949. Windows color (decimal): -11123641 or 4670550. OLE color: 4670550.

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

Color convert

RGB 86 68 71 -
CMYK 0 0.21 0.17 0.66
HSL 350º 0.12% 0.3% -
HSV(B) 350º 0.21% 0.34% -
XYZ 7.04 6.57 6.86 -
YUV 73.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 86 68 71 0 0.21 0.17 0.66 350 0.12 0.3
Hex 56 44 47 0 15 11 42 15E C 1E
Octal 126 104 107 0 25 21 102 536 14 36
Binary 1010110 1000100 1000111 0 10101 10001 1000010 101011110 1100 11110

Color Harmonies of #564447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564447

Black with #564447

Text Example


Text Example

White with #564447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564447; }

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

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

background-color css

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

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

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

border-color css

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

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

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