Html Css Color HEX #574854 Purple Taupe

📋 copy color: '#574854'

red 87 ◦ green 72 ◦ blue 84

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

Shades of Purple Taupe #574854

Tints of Purple Taupe #574854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

 BLUE value IS 84 (33.2% from 255) = 34.57%

R = 35.8%
G = 29.63%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#574854 (or 0x574854) is known color: Purple Taupe. HEX triplet: 57, 48 and 54. RGB value is (87,72,84). Sum of RGB (Red+Green+Blue) = 87+72+84=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 87 - color contains mainly: red. Hex color #574854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574854 is #A8B7AB. Grayscale: #4D4D4D. Windows color (decimal): -11057068 or 5523543. OLE color: 5523543.

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

Color convert

RGB 87 72 84 -
CMYK 0 0.17 0.03 0.66
HSL 312º 0.09% 0.31% -
HSV(B) 312º 0.17% 0.34% -
XYZ 7.85 7.3 9.38 -
YUV 77.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 87 72 84 0 0.17 0.03 0.66 312 0.09 0.31
Hex 57 48 54 0 11 3 42 138 9 1F
Octal 127 110 124 0 21 3 102 470 11 37
Binary 1010111 1001000 1010100 0 10001 11 1000010 100111000 1001 11111

Color Harmonies of #574854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574854

Black with #574854

Text Example


Text Example

White with #574854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574854; }

 p { color: rgb(87,72,84); }

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

background-color css

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

 a { background-color: rgb(87,72,84); }

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

border-color css

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

 span { border-color: rgb(87,72,84); }

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