Html Css Color HEX #564F55 Purple Taupe

📋 copy color: '#564F55'

red 86 ◦ green 79 ◦ blue 85

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

Shades of Purple Taupe #564F55

Tints of Purple Taupe #564F55

RGB

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

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

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

R = 34.4%
G = 31.6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#564F55 (or 0x564F55) is known color: Purple Taupe. HEX triplet: 56, 4F and 55. RGB value is (86,79,85). Sum of RGB (Red+Green+Blue) = 86+79+85=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 86 - color contains mainly: red. Hex color #564F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F55 is #A9B0AA. Grayscale: #515151. Windows color (decimal): -11120811 or 5590870. OLE color: 5590870.

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

Color convert

RGB 86 79 85 -
CMYK 0 0.08 0.01 0.66
HSL 308.57º 0.04% 0.32% -
HSV(B) 308.57º 0.08% 0.34% -
XYZ 8.27 8.23 9.75 -
YUV 81.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 86 79 85 0 0.08 0.01 0.66 308.57 0.04 0.32
Hex 56 4F 55 0 8 1 42 135 4 20
Octal 126 117 125 0 10 1 102 465 4 40
Binary 1010110 1001111 1010101 0 1000 1 1000010 100110101 100 100000

Color Harmonies of #564F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F55

Black with #564F55

Text Example


Text Example

White with #564F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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