Html Css Color HEX #564451 Purple Taupe

📋 copy color: '#564451'

red 86 ◦ green 68 ◦ blue 81

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

Shades of Purple Taupe #564451

Tints of Purple Taupe #564451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 36.6%
G = 28.94%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#564451 (or 0x564451) is known color: Purple Taupe. HEX triplet: 56, 44 and 51. RGB value is (86,68,81). Sum of RGB (Red+Green+Blue) = 86+68+81=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #564451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564451 is #A9BBAE. Grayscale: #4A4A4A. Windows color (decimal): -11123631 or 5325910. OLE color: 5325910.

HSL color Cylindrical-coordinate representation of color #564451: hue angle of 316.67º 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 #564451 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 68 81 -
CMYK 0 0.21 0.06 0.66
HSL 316.67º 0.12% 0.3% -
HSV(B) 316.67º 0.21% 0.34% -
XYZ 7.39 6.71 8.69 -
YUV 74.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 86 68 81 0 0.21 0.06 0.66 316.67 0.12 0.3
Hex 56 44 51 0 15 6 42 13D C 1E
Octal 126 104 121 0 25 6 102 475 14 36
Binary 1010110 1000100 1010001 0 10101 110 1000010 100111101 1100 11110

Color Harmonies of #564451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564451

Black with #564451

Text Example


Text Example

White with #564451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564451; }

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

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

background-color css

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

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

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

border-color css

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

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

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