Html Css Color HEX #564E55 Purple Taupe

📋 copy color: '#564E55'

red 86 ◦ green 78 ◦ blue 85

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

Shades of Purple Taupe #564E55

Tints of Purple Taupe #564E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.33%

 BLUE value IS 85 (33.59% from 255) = 34.14%

R = 34.54%
G = 31.33%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#564E55 (or 0x564E55) is known color: Purple Taupe. HEX triplet: 56, 4E and 55. RGB value is (86,78,85). Sum of RGB (Red+Green+Blue) = 86+78+85=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 86 - color contains mainly: red. Hex color #564E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E55 is #A9B1AA. Grayscale: #515151. Windows color (decimal): -11121067 or 5590614. OLE color: 5590614.

HSL color Cylindrical-coordinate representation of color #564E55: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #564E55 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 78 85 -
CMYK 0 0.09 0.01 0.66
HSL 307.5º 0.05% 0.32% -
HSV(B) 307.5º 0.09% 0.34% -
XYZ 8.2 8.08 9.72 -
YUV 81.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 86 78 85 0 0.09 0.01 0.66 307.5 0.05 0.32
Hex 56 4E 55 0 9 1 42 134 5 20
Octal 126 116 125 0 11 1 102 464 5 40
Binary 1010110 1001110 1010101 0 1001 1 1000010 100110100 101 100000

Color Harmonies of #564E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E55

Black with #564E55

Text Example


Text Example

White with #564E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564E55; }

 p { color: rgb(86,78,85); }

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

background-color css

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

 a { background-color: rgb(86,78,85); }

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

border-color css

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

 span { border-color: rgb(86,78,85); }

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