Html Css Color HEX #564553 Purple Taupe

📋 copy color: '#564553'

red 86 ◦ green 69 ◦ blue 83

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

Shades of Purple Taupe #564553

Tints of Purple Taupe #564553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 36.13%
G = 28.99%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#564553 (or 0x564553) is known color: Purple Taupe. HEX triplet: 56, 45 and 53. RGB value is (86,69,83). Sum of RGB (Red+Green+Blue) = 86+69+83=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #564553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564553 is #A9BAAC. Grayscale: #4B4B4B. Windows color (decimal): -11123373 or 5457238. OLE color: 5457238.

HSL color Cylindrical-coordinate representation of color #564553: hue angle of 310.59º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564553 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 69 83 -
CMYK 0 0.20 0.03 0.66
HSL 310.59º 0.11% 0.3% -
HSV(B) 310.59º 0.2% 0.34% -
XYZ 7.53 6.86 9.11 -
YUV 75.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 86 69 83 0 0.20 0.03 0.66 310.59 0.11 0.3
Hex 56 45 53 0 14 3 42 137 B 1E
Octal 126 105 123 0 24 3 102 467 13 36
Binary 1010110 1000101 1010011 0 10100 11 1000010 100110111 1011 11110

Color Harmonies of #564553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564553

Black with #564553

Text Example


Text Example

White with #564553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564553; }

 p { color: rgb(86,69,83); }

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

background-color css

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

 a { background-color: rgb(86,69,83); }

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

border-color css

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

 span { border-color: rgb(86,69,83); }

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