Html Css Color HEX #574956 Purple Taupe

📋 copy color: '#574956'

red 87 ◦ green 73 ◦ blue 86

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

Shades of Purple Taupe #574956

Tints of Purple Taupe #574956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.67%

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

R = 35.37%
G = 29.67%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#574956 (or 0x574956) is known color: Purple Taupe. HEX triplet: 57, 49 and 56. RGB value is (87,73,86). Sum of RGB (Red+Green+Blue) = 87+73+86=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 87 - color contains mainly: red. Hex color #574956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574956 is #A8B6A9. Grayscale: #4E4E4E. Windows color (decimal): -11056810 or 5654871. OLE color: 5654871.

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

Color convert

RGB 87 73 86 -
CMYK 0 0.16 0.01 0.66
HSL 304.29º 0.09% 0.31% -
HSV(B) 304.29º 0.16% 0.34% -
XYZ 7.99 7.46 9.82 -
YUV 78.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 87 73 86 0 0.16 0.01 0.66 304.29 0.09 0.31
Hex 57 49 56 0 10 1 42 130 9 1F
Octal 127 111 126 0 20 1 102 460 11 37
Binary 1010111 1001001 1010110 0 10000 1 1000010 100110000 1001 11111

Color Harmonies of #574956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574956

Black with #574956

Text Example


Text Example

White with #574956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574956; }

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

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

background-color css

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

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

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

border-color css

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

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

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