#583D52

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

Shades of Purple Taupe #583D52

Tints of Purple Taupe #583D52

Color information

#583D52 (or 0x583D52) is unknown color: approx Purple Taupe. HEX triplet: 58, 3D and 52. RGB value is (88,61,82). Sum of RGB (Red+Green+Blue) = 88+61+82=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #583D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583D52 is #A7C2AD. Grayscale: #474747. Windows color (decimal): -10994350 or 5389656. OLE color: 5389656.

HSL color Cylindrical-coordinate representation of color #583D52: hue angle of 313.33º 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 #583D52 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB886182-
CMYK00.310.070.65
HSL313.33º18.12%29.22%-
HSV(B)313.33º30.68%34.51%-
XYZ7.226.028.76-
YUV71.47133.95139.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=38.10%
G=26.41%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88618200.310.070.65313.3318.1229.22
Hex583D5201F741139121d
Octal1307512203771014712235
Binary1011000111101101001001111111110000011001110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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