Html Css Color HEX #573F56 Purple Taupe

📋 copy color: '#573F56'

red 87 ◦ green 63 ◦ blue 86

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

Shades of Purple Taupe #573F56

Tints of Purple Taupe #573F56

RGB

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

 GREEN value IS 63 (25% from 255) = 26.69%

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 36.86%
G = 26.69%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#573F56 (or 0x573F56) is known color: Purple Taupe. HEX triplet: 57, 3F and 56. RGB value is (87,63,86). Sum of RGB (Red+Green+Blue) = 87+63+86=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #573F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573F56 is #A8C0A9. Grayscale: #484848. Windows color (decimal): -11059370 or 5652311. OLE color: 5652311.

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

Color convert

RGB 87 63 86 -
CMYK 0 0.28 0.01 0.66
HSL 302.5º 0.16% 0.29% -
HSV(B) 302.5º 0.28% 0.34% -
XYZ 7.39 6.25 9.62 -
YUV 72.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 87 63 86 0 0.28 0.01 0.66 302.5 0.16 0.29
Hex 57 3F 56 0 1C 1 42 12E 10 1D
Octal 127 77 126 0 34 1 102 456 20 35
Binary 1010111 111111 1010110 0 11100 1 1000010 100101110 10000 11101

Color Harmonies of #573F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573F56

Black with #573F56

Text Example


Text Example

White with #573F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,63,86); }

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

background-color css

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

 a { background-color: rgb(87,63,86); }

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

border-color css

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

 span { border-color: rgb(87,63,86); }

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