Html Css Color HEX #564354 Purple Taupe

📋 copy color: '#564354'

red 86 ◦ green 67 ◦ blue 84

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

Shades of Purple Taupe #564354

Tints of Purple Taupe #564354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

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

R = 36.29%
G = 28.27%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#564354 (or 0x564354) is known color: Purple Taupe. HEX triplet: 56, 43 and 54. RGB value is (86,67,84). Sum of RGB (Red+Green+Blue) = 86+67+84=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564354 is #A9BCAB. Grayscale: #4A4A4A. Windows color (decimal): -11123884 or 5522262. OLE color: 5522262.

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

Color convert

RGB 86 67 84 -
CMYK 0 0.22 0.02 0.66
HSL 306.32º 0.12% 0.3% -
HSV(B) 306.32º 0.22% 0.34% -
XYZ 7.45 6.63 9.28 -
YUV 74.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 86 67 84 0 0.22 0.02 0.66 306.32 0.12 0.3
Hex 56 43 54 0 16 2 42 132 C 1E
Octal 126 103 124 0 26 2 102 462 14 36
Binary 1010110 1000011 1010100 0 10110 10 1000010 100110010 1100 11110

Color Harmonies of #564354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564354

Black with #564354

Text Example


Text Example

White with #564354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564354; }

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

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

background-color css

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

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

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

border-color css

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

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

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