Html Css Color HEX #573A50 Purple Taupe

📋 copy color: '#573A50'

red 87 ◦ green 58 ◦ blue 80

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

Shades of Purple Taupe #573A50

Tints of Purple Taupe #573A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 38.67%
G = 25.78%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#573A50 (or 0x573A50) is known color: Purple Taupe. HEX triplet: 57, 3A and 50. RGB value is (87,58,80). Sum of RGB (Red+Green+Blue) = 87+58+80=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #573A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A50 is #A8C5AF. Grayscale: #454545. Windows color (decimal): -11060656 or 5257815. OLE color: 5257815.

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

Color convert

RGB 87 58 80 -
CMYK 0 0.33 0.08 0.66
HSL 314.48º 0.2% 0.28% -
HSV(B) 314.48º 0.33% 0.34% -
XYZ 6.89 5.63 8.31 -
YUV 69.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 87 58 80 0 0.33 0.08 0.66 314.48 0.2 0.28
Hex 57 3A 50 0 21 8 42 13A 14 1C
Octal 127 72 120 0 41 10 102 472 24 34
Binary 1010111 111010 1010000 0 100001 1000 1000010 100111010 10100 11100

Color Harmonies of #573A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A50

Black with #573A50

Text Example


Text Example

White with #573A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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