Html Css Color HEX #574C56 Purple Taupe

📋 copy color: '#574C56'

red 87 ◦ green 76 ◦ blue 86

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

Shades of Purple Taupe #574C56

Tints of Purple Taupe #574C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.52%

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

R = 34.94%
G = 30.52%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#574C56 (or 0x574C56) is known color: Purple Taupe. HEX triplet: 57, 4C and 56. RGB value is (87,76,86). Sum of RGB (Red+Green+Blue) = 87+76+86=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #574C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C56 is #A8B3A9. Grayscale: #505050. Windows color (decimal): -11056042 or 5655639. OLE color: 5655639.

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

Color convert

RGB 87 76 86 -
CMYK 0 0.13 0.01 0.66
HSL 305.45º 0.07% 0.32% -
HSV(B) 305.45º 0.13% 0.34% -
XYZ 8.19 7.87 9.89 -
YUV 80.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 87 76 86 0 0.13 0.01 0.66 305.45 0.07 0.32
Hex 57 4C 56 0 D 1 42 131 7 20
Octal 127 114 126 0 15 1 102 461 7 40
Binary 1010111 1001100 1010110 0 1101 1 1000010 100110001 111 100000

Color Harmonies of #574C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C56

Black with #574C56

Text Example


Text Example

White with #574C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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