Html Css Color HEX #574553 Purple Taupe

📋 copy color: '#574553'

red 87 ◦ green 69 ◦ blue 83

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

Shades of Purple Taupe #574553

Tints of Purple Taupe #574553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 36.4%
G = 28.87%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#574553 (or 0x574553) is known color: Purple Taupe. HEX triplet: 57, 45 and 53. RGB value is (87,69,83). Sum of RGB (Red+Green+Blue) = 87+69+83=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #574553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574553 is #A8BAAC. Grayscale: #4B4B4B. Windows color (decimal): -11057837 or 5457239. OLE color: 5457239.

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

Color convert

RGB 87 69 83 -
CMYK 0 0.21 0.05 0.66
HSL 313.33º 0.12% 0.31% -
HSV(B) 313.33º 0.21% 0.34% -
XYZ 7.62 6.91 9.12 -
YUV 75.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 87 69 83 0 0.21 0.05 0.66 313.33 0.12 0.31
Hex 57 45 53 0 15 5 42 139 C 1F
Octal 127 105 123 0 25 5 102 471 14 37
Binary 1010111 1000101 1010011 0 10101 101 1000010 100111001 1100 11111

Color Harmonies of #574553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574553

Black with #574553

Text Example


Text Example

White with #574553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574553; }

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

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

background-color css

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

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

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

border-color css

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

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

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