Html Css Color HEX #574E55 Purple Taupe

📋 copy color: '#574E55'

red 87 ◦ green 78 ◦ blue 85

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

Shades of Purple Taupe #574E55

Tints of Purple Taupe #574E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.2%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 34.8%
G = 31.2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#574E55 (or 0x574E55) is known color: Purple Taupe. HEX triplet: 57, 4E and 55. RGB value is (87,78,85). Sum of RGB (Red+Green+Blue) = 87+78+85=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #574E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E55 is #A8B1AA. Grayscale: #515151. Windows color (decimal): -11055531 or 5590615. OLE color: 5590615.

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

Color convert

RGB 87 78 85 -
CMYK 0 0.10 0.02 0.66
HSL 313.33º 0.05% 0.32% -
HSV(B) 313.33º 0.1% 0.34% -
XYZ 8.29 8.13 9.73 -
YUV 81.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 87 78 85 0 0.10 0.02 0.66 313.33 0.05 0.32
Hex 57 4E 55 0 A 2 42 139 5 20
Octal 127 116 125 0 12 2 102 471 5 40
Binary 1010111 1001110 1010101 0 1010 10 1000010 100111001 101 100000

Color Harmonies of #574E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E55

Black with #574E55

Text Example


Text Example

White with #574E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574E55; }

 p { color: rgb(87,78,85); }

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

background-color css

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

 a { background-color: rgb(87,78,85); }

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

border-color css

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

 span { border-color: rgb(87,78,85); }

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