Html Css Color HEX #564450 Purple Taupe

📋 copy color: '#564450'

red 86 ◦ green 68 ◦ blue 80

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

Shades of Purple Taupe #564450

Tints of Purple Taupe #564450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 36.75%
G = 29.06%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#564450 (or 0x564450) is known color: Purple Taupe. HEX triplet: 56, 44 and 50. RGB value is (86,68,80). Sum of RGB (Red+Green+Blue) = 86+68+80=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #564450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564450 is #A9BBAF. Grayscale: #4A4A4A. Windows color (decimal): -11123632 or 5260374. OLE color: 5260374.

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

Color convert

RGB 86 68 80 -
CMYK 0 0.21 0.07 0.66
HSL 320º 0.12% 0.3% -
HSV(B) 320º 0.21% 0.34% -
XYZ 7.35 6.69 8.49 -
YUV 74.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 86 68 80 0 0.21 0.07 0.66 320 0.12 0.3
Hex 56 44 50 0 15 7 42 140 C 1E
Octal 126 104 120 0 25 7 102 500 14 36
Binary 1010110 1000100 1010000 0 10101 111 1000010 101000000 1100 11110

Color Harmonies of #564450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564450

Black with #564450

Text Example


Text Example

White with #564450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564450; }

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

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

background-color css

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

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

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

border-color css

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

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

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