Html Css Color HEX #564852 Purple Taupe

📋 copy color: '#564852'

red 86 ◦ green 72 ◦ blue 82

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

Shades of Purple Taupe #564852

Tints of Purple Taupe #564852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 35.83%
G = 30%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#564852 (or 0x564852) is known color: Purple Taupe. HEX triplet: 56, 48 and 52. RGB value is (86,72,82). Sum of RGB (Red+Green+Blue) = 86+72+82=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #564852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564852 is #A9B7AD. Grayscale: #4D4D4D. Windows color (decimal): -11122606 or 5392470. OLE color: 5392470.

HSL color Cylindrical-coordinate representation of color #564852: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #564852 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 72 82 -
CMYK 0 0.16 0.05 0.66
HSL 317.14º 0.09% 0.31% -
HSV(B) 317.14º 0.16% 0.34% -
XYZ 7.68 7.22 8.97 -
YUV 77.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 86 72 82 0 0.16 0.05 0.66 317.14 0.09 0.31
Hex 56 48 52 0 10 5 42 13D 9 1F
Octal 126 110 122 0 20 5 102 475 11 37
Binary 1010110 1001000 1010010 0 10000 101 1000010 100111101 1001 11111

Color Harmonies of #564852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564852

Black with #564852

Text Example


Text Example

White with #564852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564852; }

 p { color: rgb(86,72,82); }

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

background-color css

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

 a { background-color: rgb(86,72,82); }

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

border-color css

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

 span { border-color: rgb(86,72,82); }

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