Html Css Color HEX #564050 Purple Taupe

📋 copy color: '#564050'

red 86 ◦ green 64 ◦ blue 80

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

Shades of Purple Taupe #564050

Tints of Purple Taupe #564050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 37.39%
G = 27.83%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#564050 (or 0x564050) is known color: Purple Taupe. HEX triplet: 56, 40 and 50. RGB value is (86,64,80). Sum of RGB (Red+Green+Blue) = 86+64+80=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #564050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564050 is #A9BFAF. Grayscale: #484848. Windows color (decimal): -11124656 or 5259350. OLE color: 5259350.

HSL color Cylindrical-coordinate representation of color #564050: hue angle of 316.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564050 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 64 80 -
CMYK 0 0.26 0.07 0.66
HSL 316.36º 0.15% 0.29% -
HSV(B) 316.36º 0.26% 0.34% -
XYZ 7.12 6.22 8.42 -
YUV 72.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 86 64 80 0 0.26 0.07 0.66 316.36 0.15 0.29
Hex 56 40 50 0 1A 7 42 13C F 1D
Octal 126 100 120 0 32 7 102 474 17 35
Binary 1010110 1000000 1010000 0 11010 111 1000010 100111100 1111 11101

Color Harmonies of #564050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564050

Black with #564050

Text Example


Text Example

White with #564050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564050; }

 p { color: rgb(86,64,80); }

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

background-color css

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

 a { background-color: rgb(86,64,80); }

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

border-color css

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

 span { border-color: rgb(86,64,80); }

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