Html Css Color HEX #573A51 Purple Taupe

📋 copy color: '#573A51'

red 87 ◦ green 58 ◦ blue 81

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

Shades of Purple Taupe #573A51

Tints of Purple Taupe #573A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 38.5%
G = 25.66%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#573A51 (or 0x573A51) is known color: Purple Taupe. HEX triplet: 57, 3A and 51. RGB value is (87,58,81). Sum of RGB (Red+Green+Blue) = 87+58+81=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #573A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A51 is #A8C5AE. Grayscale: #454545. Windows color (decimal): -11060655 or 5323351. OLE color: 5323351.

HSL color Cylindrical-coordinate representation of color #573A51: hue angle of 312.41º 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 #573A51 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 58 81 -
CMYK 0 0.33 0.07 0.66
HSL 312.41º 0.2% 0.28% -
HSV(B) 312.41º 0.33% 0.34% -
XYZ 6.93 5.65 8.51 -
YUV 69.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 87 58 81 0 0.33 0.07 0.66 312.41 0.2 0.28
Hex 57 3A 51 0 21 7 42 138 14 1C
Octal 127 72 121 0 41 7 102 470 24 34
Binary 1010111 111010 1010001 0 100001 111 1000010 100111000 10100 11100

Color Harmonies of #573A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A51

Black with #573A51

Text Example


Text Example

White with #573A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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