Html Css Color HEX #564254 Purple Taupe

📋 copy color: '#564254'

red 86 ◦ green 66 ◦ blue 84

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

Shades of Purple Taupe #564254

Tints of Purple Taupe #564254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 36.44%
G = 27.97%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#564254 (or 0x564254) is known color: Purple Taupe. HEX triplet: 56, 42 and 54. RGB value is (86,66,84). Sum of RGB (Red+Green+Blue) = 86+66+84=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 86 - color contains mainly: red. Hex color #564254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564254 is #A9BDAB. Grayscale: #494949. Windows color (decimal): -11124140 or 5522006. OLE color: 5522006.

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

Color convert

RGB 86 66 84 -
CMYK 0 0.23 0.02 0.66
HSL 306º 0.13% 0.3% -
HSV(B) 306º 0.23% 0.34% -
XYZ 7.39 6.51 9.26 -
YUV 74.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 86 66 84 0 0.23 0.02 0.66 306 0.13 0.3
Hex 56 42 54 0 17 2 42 132 D 1E
Octal 126 102 124 0 27 2 102 462 15 36
Binary 1010110 1000010 1010100 0 10111 10 1000010 100110010 1101 11110

Color Harmonies of #564254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564254

Black with #564254

Text Example


Text Example

White with #564254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564254; }

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

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

background-color css

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

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

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

border-color css

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

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

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