Html Css Color HEX #564C55 Purple Taupe

📋 copy color: '#564C55'

red 86 ◦ green 76 ◦ blue 85

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

Shades of Purple Taupe #564C55

Tints of Purple Taupe #564C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

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

R = 34.82%
G = 30.77%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#564C55 (or 0x564C55) is known color: Purple Taupe. HEX triplet: 56, 4C and 55. RGB value is (86,76,85). Sum of RGB (Red+Green+Blue) = 86+76+85=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 86 - color contains mainly: red. Hex color #564C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C55 is #A9B3AA. Grayscale: #4F4F4F. Windows color (decimal): -11121579 or 5590102. OLE color: 5590102.

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

Color convert

RGB 86 76 85 -
CMYK 0 0.12 0.01 0.66
HSL 306º 0.06% 0.32% -
HSV(B) 306º 0.12% 0.34% -
XYZ 8.06 7.8 9.68 -
YUV 80.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 86 76 85 0 0.12 0.01 0.66 306 0.06 0.32
Hex 56 4C 55 0 C 1 42 132 6 20
Octal 126 114 125 0 14 1 102 462 6 40
Binary 1010110 1001100 1010101 0 1100 1 1000010 100110010 110 100000

Color Harmonies of #564C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C55

Black with #564C55

Text Example


Text Example

White with #564C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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