Html Css Color HEX #573555 Purple Taupe

📋 copy color: '#573555'

red 87 ◦ green 53 ◦ blue 85

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

Shades of Purple Taupe #573555

Tints of Purple Taupe #573555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.56%

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

R = 38.67%
G = 23.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#573555 (or 0x573555) is known color: Purple Taupe. HEX triplet: 57, 35 and 55. RGB value is (87,53,85). Sum of RGB (Red+Green+Blue) = 87+53+85=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #573555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573555 is #A8CAAA. Grayscale: #424242. Windows color (decimal): -11061931 or 5584215. OLE color: 5584215.

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

Color convert

RGB 87 53 85 -
CMYK 0 0.39 0.02 0.66
HSL 303.53º 0.24% 0.27% -
HSV(B) 303.53º 0.39% 0.34% -
XYZ 6.84 5.23 9.24 -
YUV 66.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 87 53 85 0 0.39 0.02 0.66 303.53 0.24 0.27
Hex 57 35 55 0 27 2 42 130 18 1B
Octal 127 65 125 0 47 2 102 460 30 33
Binary 1010111 110101 1010101 0 100111 10 1000010 100110000 11000 11011

Color Harmonies of #573555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573555

Black with #573555

Text Example


Text Example

White with #573555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573555; }

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

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

background-color css

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

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

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

border-color css

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

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

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