Html Css Color HEX #564250 Purple Taupe

📋 copy color: '#564250'

red 86 ◦ green 66 ◦ blue 80

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

Shades of Purple Taupe #564250

Tints of Purple Taupe #564250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 37.07%
G = 28.45%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#564250 (or 0x564250) is known color: Purple Taupe. HEX triplet: 56, 42 and 50. RGB value is (86,66,80). Sum of RGB (Red+Green+Blue) = 86+66+80=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #564250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564250 is #A9BDAF. Grayscale: #494949. Windows color (decimal): -11124144 or 5259862. OLE color: 5259862.

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

Color convert

RGB 86 66 80 -
CMYK 0 0.23 0.07 0.66
HSL 318º 0.13% 0.3% -
HSV(B) 318º 0.23% 0.34% -
XYZ 7.23 6.45 8.45 -
YUV 73.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 86 66 80 0 0.23 0.07 0.66 318 0.13 0.3
Hex 56 42 50 0 17 7 42 13E D 1E
Octal 126 102 120 0 27 7 102 476 15 36
Binary 1010110 1000010 1010000 0 10111 111 1000010 100111110 1101 11110

Color Harmonies of #564250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564250

Black with #564250

Text Example


Text Example

White with #564250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564250; }

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

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

background-color css

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

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

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

border-color css

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

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

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