Html Css Color HEX #573B50 Purple Taupe

📋 copy color: '#573B50'

red 87 ◦ green 59 ◦ blue 80

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

Shades of Purple Taupe #573B50

Tints of Purple Taupe #573B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.11%

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

R = 38.5%
G = 26.11%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#573B50 (or 0x573B50) is known color: Purple Taupe. HEX triplet: 57, 3B and 50. RGB value is (87,59,80). Sum of RGB (Red+Green+Blue) = 87+59+80=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #573B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573B50 is #A8C4AF. Grayscale: #454545. Windows color (decimal): -11060400 or 5258071. OLE color: 5258071.

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

Color convert

RGB 87 59 80 -
CMYK 0 0.32 0.08 0.66
HSL 315º 0.19% 0.29% -
HSV(B) 315º 0.32% 0.34% -
XYZ 6.94 5.73 8.33 -
YUV 69.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 87 59 80 0 0.32 0.08 0.66 315 0.19 0.29
Hex 57 3B 50 0 20 8 42 13B 13 1D
Octal 127 73 120 0 40 10 102 473 23 35
Binary 1010111 111011 1010000 0 100000 1000 1000010 100111011 10011 11101

Color Harmonies of #573B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573B50

Black with #573B50

Text Example


Text Example

White with #573B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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