Html Css Color HEX #564A55 Purple Taupe

📋 copy color: '#564A55'

red 86 ◦ green 74 ◦ blue 85

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

Shades of Purple Taupe #564A55

Tints of Purple Taupe #564A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.2%

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

R = 35.1%
G = 30.2%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#564A55 (or 0x564A55) is known color: Purple Taupe. HEX triplet: 56, 4A and 55. RGB value is (86,74,85). Sum of RGB (Red+Green+Blue) = 86+74+85=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #564A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A55 is #A9B5AA. Grayscale: #4E4E4E. Windows color (decimal): -11122091 or 5589590. OLE color: 5589590.

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

Color convert

RGB 86 74 85 -
CMYK 0 0.14 0.01 0.66
HSL 305º 0.08% 0.31% -
HSV(B) 305º 0.14% 0.34% -
XYZ 7.93 7.53 9.63 -
YUV 78.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 86 74 85 0 0.14 0.01 0.66 305 0.08 0.31
Hex 56 4A 55 0 E 1 42 131 8 1F
Octal 126 112 125 0 16 1 102 461 10 37
Binary 1010110 1001010 1010101 0 1110 1 1000010 100110001 1000 11111

Color Harmonies of #564A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A55

Black with #564A55

Text Example


Text Example

White with #564A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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