Html Css Color HEX #564E54 Purple Taupe

📋 copy color: '#564E54'

red 86 ◦ green 78 ◦ blue 84

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

Shades of Purple Taupe #564E54

Tints of Purple Taupe #564E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 34.68%
G = 31.45%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#564E54 (or 0x564E54) is known color: Purple Taupe. HEX triplet: 56, 4E and 54. RGB value is (86,78,84). Sum of RGB (Red+Green+Blue) = 86+78+84=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #564E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E54 is #A9B1AB. Grayscale: #515151. Windows color (decimal): -11121068 or 5525078. OLE color: 5525078.

HSL color Cylindrical-coordinate representation of color #564E54: hue angle of 315º 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 #564E54 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 78 84 -
CMYK 0 0.09 0.02 0.66
HSL 315º 0.05% 0.32% -
HSV(B) 315º 0.09% 0.34% -
XYZ 8.16 8.07 9.51 -
YUV 81.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 86 78 84 0 0.09 0.02 0.66 315 0.05 0.32
Hex 56 4E 54 0 9 2 42 13B 5 20
Octal 126 116 124 0 11 2 102 473 5 40
Binary 1010110 1001110 1010100 0 1001 10 1000010 100111011 101 100000

Color Harmonies of #564E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E54

Black with #564E54

Text Example


Text Example

White with #564E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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