Html Css Color HEX #573E50 Purple Taupe

📋 copy color: '#573E50'

red 87 ◦ green 62 ◦ blue 80

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

Shades of Purple Taupe #573E50

Tints of Purple Taupe #573E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 37.99%
G = 27.07%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#573E50 (or 0x573E50) is known color: Purple Taupe. HEX triplet: 57, 3E and 50. RGB value is (87,62,80). Sum of RGB (Red+Green+Blue) = 87+62+80=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #573E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573E50 is #A8C1AF. Grayscale: #474747. Windows color (decimal): -11059632 or 5258839. OLE color: 5258839.

HSL color Cylindrical-coordinate representation of color #573E50: hue angle of 316.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #573E50 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 62 80 -
CMYK 0 0.29 0.08 0.66
HSL 316.8º 0.17% 0.29% -
HSV(B) 316.8º 0.29% 0.34% -
XYZ 7.1 6.05 8.38 -
YUV 71.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 87 62 80 0 0.29 0.08 0.66 316.8 0.17 0.29
Hex 57 3E 50 0 1D 8 42 13D 11 1D
Octal 127 76 120 0 35 10 102 475 21 35
Binary 1010111 111110 1010000 0 11101 1000 1000010 100111101 10001 11101

Color Harmonies of #573E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573E50

Black with #573E50

Text Example


Text Example

White with #573E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573E50; }

 p { color: rgb(87,62,80); }

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

background-color css

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

 a { background-color: rgb(87,62,80); }

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

border-color css

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

 span { border-color: rgb(87,62,80); }

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