Html Css Color HEX #564A53 Purple Taupe

📋 copy color: '#564A53'

red 86 ◦ green 74 ◦ blue 83

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

Shades of Purple Taupe #564A53

Tints of Purple Taupe #564A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 35.39%
G = 30.45%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#564A53 (or 0x564A53) is known color: Purple Taupe. HEX triplet: 56, 4A and 53. RGB value is (86,74,83). Sum of RGB (Red+Green+Blue) = 86+74+83=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #564A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A53 is #A9B5AC. Grayscale: #4E4E4E. Windows color (decimal): -11122093 or 5458518. OLE color: 5458518.

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

Color convert

RGB 86 74 83 -
CMYK 0 0.14 0.03 0.66
HSL 315º 0.08% 0.31% -
HSV(B) 315º 0.14% 0.34% -
XYZ 7.85 7.5 9.22 -
YUV 78.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 86 74 83 0 0.14 0.03 0.66 315 0.08 0.31
Hex 56 4A 53 0 E 3 42 13B 8 1F
Octal 126 112 123 0 16 3 102 473 10 37
Binary 1010110 1001010 1010011 0 1110 11 1000010 100111011 1000 11111

Color Harmonies of #564A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A53

Black with #564A53

Text Example


Text Example

White with #564A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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