Html Css Color HEX #574054 Purple Taupe

📋 copy color: '#574054'

red 87 ◦ green 64 ◦ blue 84

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

Shades of Purple Taupe #574054

Tints of Purple Taupe #574054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.23%

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

R = 37.02%
G = 27.23%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#574054 (or 0x574054) is known color: Purple Taupe. HEX triplet: 57, 40 and 54. RGB value is (87,64,84). Sum of RGB (Red+Green+Blue) = 87+64+84=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574054 is #A8BFAB. Grayscale: #494949. Windows color (decimal): -11059116 or 5521495. OLE color: 5521495.

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

Color convert

RGB 87 64 84 -
CMYK 0 0.26 0.03 0.66
HSL 307.83º 0.15% 0.3% -
HSV(B) 307.83º 0.26% 0.34% -
XYZ 7.36 6.33 9.22 -
YUV 73.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 87 64 84 0 0.26 0.03 0.66 307.83 0.15 0.3
Hex 57 40 54 0 1A 3 42 134 F 1E
Octal 127 100 124 0 32 3 102 464 17 36
Binary 1010111 1000000 1010100 0 11010 11 1000010 100110100 1111 11110

Color Harmonies of #574054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574054

Black with #574054

Text Example


Text Example

White with #574054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574054; }

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

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

background-color css

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

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

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

border-color css

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

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

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