Html Css Color HEX #56424F Purple Taupe

📋 copy color: '#56424F'

red 86 ◦ green 66 ◦ blue 79

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

Shades of Purple Taupe #56424F

Tints of Purple Taupe #56424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 37.23%
G = 28.57%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#56424F (or 0x56424F) is known color: Purple Taupe. HEX triplet: 56, 42 and 4F. RGB value is (86,66,79). Sum of RGB (Red+Green+Blue) = 86+66+79=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #56424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56424F is #A9BDB0. Grayscale: #494949. Windows color (decimal): -11124145 or 5194326. OLE color: 5194326.

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

Color convert

RGB 86 66 79 -
CMYK 0 0.23 0.08 0.66
HSL 321º 0.13% 0.3% -
HSV(B) 321º 0.23% 0.34% -
XYZ 7.2 6.44 8.26 -
YUV 73.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 86 66 79 0 0.23 0.08 0.66 321 0.13 0.3
Hex 56 42 4F 0 17 8 42 141 D 1E
Octal 126 102 117 0 27 10 102 501 15 36
Binary 1010110 1000010 1001111 0 10111 1000 1000010 101000001 1101 11110

Color Harmonies of #56424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56424F

Black with #56424F

Text Example


Text Example

White with #56424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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