Html Css Color HEX #574755 Purple Taupe

📋 copy color: '#574755'

red 87 ◦ green 71 ◦ blue 85

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

Shades of Purple Taupe #574755

Tints of Purple Taupe #574755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.22%

 BLUE value IS 85 (33.59% from 255) = 34.98%

R = 35.8%
G = 29.22%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#574755 (or 0x574755) is known color: Purple Taupe. HEX triplet: 57, 47 and 55. RGB value is (87,71,85). Sum of RGB (Red+Green+Blue) = 87+71+85=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 87 - color contains mainly: red. Hex color #574755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574755 is #A8B8AA. Grayscale: #4D4D4D. Windows color (decimal): -11057323 or 5588823. OLE color: 5588823.

HSL color Cylindrical-coordinate representation of color #574755: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574755 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 85 -
CMYK 0 0.18 0.02 0.66
HSL 307.5º 0.1% 0.31% -
HSV(B) 307.5º 0.18% 0.34% -
XYZ 7.82 7.19 9.57 -
YUV 77.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 87 71 85 0 0.18 0.02 0.66 307.5 0.1 0.31
Hex 57 47 55 0 12 2 42 134 A 1F
Octal 127 107 125 0 22 2 102 464 12 37
Binary 1010111 1000111 1010101 0 10010 10 1000010 100110100 1010 11111

Color Harmonies of #574755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574755

Black with #574755

Text Example


Text Example

White with #574755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574755; }

 p { color: rgb(87,71,85); }

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

background-color css

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

 a { background-color: rgb(87,71,85); }

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

border-color css

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

 span { border-color: rgb(87,71,85); }

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