Html Css Color HEX #574454 Purple Taupe

📋 copy color: '#574454'

red 87 ◦ green 68 ◦ blue 84

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

Shades of Purple Taupe #574454

Tints of Purple Taupe #574454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.45%

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

R = 36.4%
G = 28.45%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#574454 (or 0x574454) is known color: Purple Taupe. HEX triplet: 57, 44 and 54. RGB value is (87,68,84). Sum of RGB (Red+Green+Blue) = 87+68+84=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #574454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574454 is #A8BBAB. Grayscale: #4B4B4B. Windows color (decimal): -11058092 or 5522519. OLE color: 5522519.

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

Color convert

RGB 87 68 84 -
CMYK 0 0.22 0.03 0.66
HSL 309.47º 0.12% 0.3% -
HSV(B) 309.47º 0.22% 0.34% -
XYZ 7.6 6.8 9.3 -
YUV 75.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 87 68 84 0 0.22 0.03 0.66 309.47 0.12 0.3
Hex 57 44 54 0 16 3 42 135 C 1E
Octal 127 104 124 0 26 3 102 465 14 36
Binary 1010111 1000100 1010100 0 10110 11 1000010 100110101 1100 11110

Color Harmonies of #574454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574454

Black with #574454

Text Example


Text Example

White with #574454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574454; }

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

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

background-color css

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

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

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

border-color css

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

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

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