#573952

Color #573952 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #573952

Tints of Purple Taupe #573952

Color information

#573952 (or 0x573952) is unknown color: approx Purple Taupe. HEX triplet: 57, 39 and 52. RGB value is (87,57,82). Sum of RGB (Red+Green+Blue) = 87+57+82=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #573952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573952 is #A8C6AD. Grayscale: #444444. Windows color (decimal): -11060910 or 5388631. OLE color: 5388631.

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

Color convert

RGB875782-
CMYK00.340.060.66
HSL310º20.83%28.24%-
HSV(B)310º34.48%34.12%-
XYZ6.925.568.69-
YUV68.82135.44140.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=38.50%
G=25.22%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87578200.340.060.6631020.8328.24
Hex573952022642136151c
Octal1277112204261024662534
Binary10101111110011010010010001011010000101001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573952; }

 p { color: rgb(87,57,82); }

 H1.HeaderClassName
 {
   color: #573952;
 }
 .AnyTagClassName
 {
   color: #573952;
 }
</style>
background-color css

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

 a { background-color: rgb(87,57,82); }

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

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

 span { border-color: rgb(87,57,82); }

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