Html Css Color HEX #573550 Purple Taupe

📋 copy color: '#573550'

red 87 ◦ green 53 ◦ blue 80

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

Shades of Purple Taupe #573550

Tints of Purple Taupe #573550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

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

R = 39.55%
G = 24.09%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#573550 (or 0x573550) is known color: Purple Taupe. HEX triplet: 57, 35 and 50. RGB value is (87,53,80). Sum of RGB (Red+Green+Blue) = 87+53+80=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #573550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573550 is #A8CAAF. Grayscale: #424242. Windows color (decimal): -11061936 or 5256535. OLE color: 5256535.

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

Color convert

RGB 87 53 80 -
CMYK 0 0.39 0.08 0.66
HSL 312.35º 0.24% 0.27% -
HSV(B) 312.35º 0.39% 0.34% -
XYZ 6.65 5.15 8.23 -
YUV 66.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 87 53 80 0 0.39 0.08 0.66 312.35 0.24 0.27
Hex 57 35 50 0 27 8 42 138 18 1B
Octal 127 65 120 0 47 10 102 470 30 33
Binary 1010111 110101 1010000 0 100111 1000 1000010 100111000 11000 11011

Color Harmonies of #573550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573550

Black with #573550

Text Example


Text Example

White with #573550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573550; }

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

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

background-color css

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

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

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

border-color css

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

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

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