Html Css Color HEX #574A56 Purple Taupe

📋 copy color: '#574A56'

red 87 ◦ green 74 ◦ blue 86

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

Shades of Purple Taupe #574A56

Tints of Purple Taupe #574A56

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

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

R = 35.22%
G = 29.96%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#574A56 (or 0x574A56) is known color: Purple Taupe. HEX triplet: 57, 4A and 56. RGB value is (87,74,86). Sum of RGB (Red+Green+Blue) = 87+74+86=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 87 - color contains mainly: red. Hex color #574A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A56 is #A8B5A9. Grayscale: #4F4F4F. Windows color (decimal): -11056554 or 5655127. OLE color: 5655127.

HSL color Cylindrical-coordinate representation of color #574A56: hue angle of 304.62º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574A56 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 74 86 -
CMYK 0 0.15 0.01 0.66
HSL 304.62º 0.08% 0.32% -
HSV(B) 304.62º 0.15% 0.34% -
XYZ 8.06 7.6 9.85 -
YUV 79.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 87 74 86 0 0.15 0.01 0.66 304.62 0.08 0.32
Hex 57 4A 56 0 F 1 42 131 8 20
Octal 127 112 126 0 17 1 102 461 10 40
Binary 1010111 1001010 1010110 0 1111 1 1000010 100110001 1000 100000

Color Harmonies of #574A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A56

Black with #574A56

Text Example


Text Example

White with #574A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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