#583D50

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

Shades of Purple Taupe #583D50

Tints of Purple Taupe #583D50

Color information

#583D50 (or 0x583D50) is unknown color: approx Purple Taupe. HEX triplet: 58, 3D and 50. RGB value is (88,61,80). Sum of RGB (Red+Green+Blue) = 88+61+80=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #583D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583D50 is #A7C2AF. Grayscale: #474747. Windows color (decimal): -10994352 or 5258584. OLE color: 5258584.

HSL color Cylindrical-coordinate representation of color #583D50: hue angle of 317.78º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #583D50 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB886180-
CMYK00.310.090.65
HSL317.78º18.12%29.22%-
HSV(B)317.78º30.68%34.51%-
XYZ7.145.998.37-
YUV71.24132.95139.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=38.43%
G=26.64%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88618000.310.090.65317.7818.1229.22
Hex583D5001F94113e121d
Octal13075120037111014762235
Binary10110001111011010000011111100110000011001111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583D50; }

 p { color: rgb(88,61,80); }

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

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

 a { background-color: rgb(88,61,80); }

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

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

 span { border-color: rgb(88,61,80); }

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