Html Css Color HEX #574053 Purple Taupe

📋 copy color: '#574053'

red 87 ◦ green 64 ◦ blue 83

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

Shades of Purple Taupe #574053

Tints of Purple Taupe #574053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.47%

R = 37.18%
G = 27.35%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#574053 (or 0x574053) is known color: Purple Taupe. HEX triplet: 57, 40 and 53. RGB value is (87,64,83). Sum of RGB (Red+Green+Blue) = 87+64+83=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #574053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574053 is #A8BFAC. Grayscale: #484848. Windows color (decimal): -11059117 or 5455959. OLE color: 5455959.

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

Color convert

RGB 87 64 83 -
CMYK 0 0.26 0.05 0.66
HSL 310.43º 0.15% 0.3% -
HSV(B) 310.43º 0.26% 0.34% -
XYZ 7.33 6.32 9.02 -
YUV 73.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 87 64 83 0 0.26 0.05 0.66 310.43 0.15 0.3
Hex 57 40 53 0 1A 5 42 136 F 1E
Octal 127 100 123 0 32 5 102 466 17 36
Binary 1010111 1000000 1010011 0 11010 101 1000010 100110110 1111 11110

Color Harmonies of #574053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574053

Black with #574053

Text Example


Text Example

White with #574053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574053; }

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

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

background-color css

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

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

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

border-color css

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

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

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