Html Css Color HEX #575256 Purple Taupe

📋 copy color: '#575256'

red 87 ◦ green 82 ◦ blue 86

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

Shades of Purple Taupe #575256

Tints of Purple Taupe #575256

RGB

 RED value IS 87 (34.38% from 255) = 34.12%

 GREEN value IS 82 (32.42% from 255) = 32.16%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 34.12%
G = 32.16%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#575256 (or 0x575256) is known color: Purple Taupe. HEX triplet: 57, 52 and 56. RGB value is (87,82,86). Sum of RGB (Red+Green+Blue) = 87+82+86=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 87 - color contains mainly: red. Hex color #575256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575256 is #A8ADA9. Grayscale: #535353. Windows color (decimal): -11054506 or 5657175. OLE color: 5657175.

HSL color Cylindrical-coordinate representation of color #575256: hue angle of 312º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575256 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 86 -
CMYK 0 0.06 0.01 0.66
HSL 312º 0.03% 0.33% -
HSV(B) 312º 0.06% 0.34% -
XYZ 8.63 8.73 10.03 -
YUV 83.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 87 82 86 0 0.06 0.01 0.66 312 0.03 0.33
Hex 57 52 56 0 6 1 42 138 3 21
Octal 127 122 126 0 6 1 102 470 3 41
Binary 1010111 1010010 1010110 0 110 1 1000010 100111000 11 100001

Color Harmonies of #575256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575256

Black with #575256

Text Example


Text Example

White with #575256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575256; }

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

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

background-color css

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

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

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

border-color css

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

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

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