Html Css Color HEX #574355 Purple Taupe

📋 copy color: '#574355'

red 87 ◦ green 67 ◦ blue 85

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

Shades of Purple Taupe #574355

Tints of Purple Taupe #574355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

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

R = 36.4%
G = 28.03%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#574355 (or 0x574355) is known color: Purple Taupe. HEX triplet: 57, 43 and 55. RGB value is (87,67,85). Sum of RGB (Red+Green+Blue) = 87+67+85=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #574355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574355 is #A8BCAA. Grayscale: #4A4A4A. Windows color (decimal): -11058347 or 5587799. OLE color: 5587799.

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

Color convert

RGB 87 67 85 -
CMYK 0 0.23 0.02 0.66
HSL 306º 0.13% 0.3% -
HSV(B) 306º 0.23% 0.34% -
XYZ 7.58 6.7 9.49 -
YUV 75.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 87 67 85 0 0.23 0.02 0.66 306 0.13 0.3
Hex 57 43 55 0 17 2 42 132 D 1E
Octal 127 103 125 0 27 2 102 462 15 36
Binary 1010111 1000011 1010101 0 10111 10 1000010 100110010 1101 11110

Color Harmonies of #574355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574355

Black with #574355

Text Example


Text Example

White with #574355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574355; }

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

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

background-color css

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

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

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

border-color css

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

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

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