Html Css Color HEX #574754 Purple Taupe

📋 copy color: '#574754'

red 87 ◦ green 71 ◦ blue 84

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

Shades of Purple Taupe #574754

Tints of Purple Taupe #574754

RGB

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

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

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

R = 35.95%
G = 29.34%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#574754 (or 0x574754) is known color: Purple Taupe. HEX triplet: 57, 47 and 54. RGB value is (87,71,84). Sum of RGB (Red+Green+Blue) = 87+71+84=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #574754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574754 is #A8B8AB. Grayscale: #4D4D4D. Windows color (decimal): -11057324 or 5523287. OLE color: 5523287.

HSL color Cylindrical-coordinate representation of color #574754: hue angle of 311.25º 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 #574754 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 84 -
CMYK 0 0.18 0.03 0.66
HSL 311.25º 0.1% 0.31% -
HSV(B) 311.25º 0.18% 0.34% -
XYZ 7.78 7.17 9.36 -
YUV 77.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 87 71 84 0 0.18 0.03 0.66 311.25 0.1 0.31
Hex 57 47 54 0 12 3 42 137 A 1F
Octal 127 107 124 0 22 3 102 467 12 37
Binary 1010111 1000111 1010100 0 10010 11 1000010 100110111 1010 11111

Color Harmonies of #574754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574754

Black with #574754

Text Example


Text Example

White with #574754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574754; }

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

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

background-color css

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

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

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

border-color css

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

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

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