Html Css Color HEX #57394F Purple Taupe

📋 copy color: '#57394F'

red 87 ◦ green 57 ◦ blue 79

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

Shades of Purple Taupe #57394F

Tints of Purple Taupe #57394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 39.01%
G = 25.56%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57394F (or 0x57394F) is known color: Purple Taupe. HEX triplet: 57, 39 and 4F. RGB value is (87,57,79). Sum of RGB (Red+Green+Blue) = 87+57+79=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #57394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57394F is #A8C6B0. Grayscale: #444444. Windows color (decimal): -11060913 or 5192023. OLE color: 5192023.

HSL color Cylindrical-coordinate representation of color #57394F: hue angle of 316º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57394F is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 57 79 -
CMYK 0 0.34 0.09 0.66
HSL 316º 0.21% 0.28% -
HSV(B) 316º 0.34% 0.34% -
XYZ 6.8 5.52 8.1 -
YUV 68.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 87 57 79 0 0.34 0.09 0.66 316 0.21 0.28
Hex 57 39 4F 0 22 9 42 13C 15 1C
Octal 127 71 117 0 42 11 102 474 25 34
Binary 1010111 111001 1001111 0 100010 1001 1000010 100111100 10101 11100

Color Harmonies of #57394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57394F

Black with #57394F

Text Example


Text Example

White with #57394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57394F; }

 p { color: rgb(87,57,79); }

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

background-color css

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

 a { background-color: rgb(87,57,79); }

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

border-color css

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

 span { border-color: rgb(87,57,79); }

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