Html Css Color HEX #564F54 Purple Taupe

📋 copy color: '#564F54'

red 86 ◦ green 79 ◦ blue 84

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

Shades of Purple Taupe #564F54

Tints of Purple Taupe #564F54

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.73%

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

R = 34.54%
G = 31.73%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#564F54 (or 0x564F54) is known color: Purple Taupe. HEX triplet: 56, 4F and 54. RGB value is (86,79,84). Sum of RGB (Red+Green+Blue) = 86+79+84=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 86 - color contains mainly: red. Hex color #564F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F54 is #A9B0AB. Grayscale: #515151. Windows color (decimal): -11120812 or 5525334. OLE color: 5525334.

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

Color convert

RGB 86 79 84 -
CMYK 0 0.08 0.02 0.66
HSL 317.14º 0.04% 0.32% -
HSV(B) 317.14º 0.08% 0.34% -
XYZ 8.23 8.21 9.54 -
YUV 81.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 86 79 84 0 0.08 0.02 0.66 317.14 0.04 0.32
Hex 56 4F 54 0 8 2 42 13D 4 20
Octal 126 117 124 0 10 2 102 475 4 40
Binary 1010110 1001111 1010100 0 1000 10 1000010 100111101 100 100000

Color Harmonies of #564F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F54

Black with #564F54

Text Example


Text Example

White with #564F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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