#583550

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

Shades of Purple Taupe #583550

Tints of Purple Taupe #583550

Color information

#583550 (or 0x583550) is unknown color: approx Purple Taupe. HEX triplet: 58, 35 and 50. RGB value is (88,53,80). Sum of RGB (Red+Green+Blue) = 88+53+80=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #583550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583550 is #A7CAAF. Grayscale: #424242. Windows color (decimal): -10996400 or 5256536. OLE color: 5256536.

HSL color Cylindrical-coordinate representation of color #583550: hue angle of 313.71º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #583550 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB885380-
CMYK00.400.090.65
HSL313.71º24.82%27.65%-
HSV(B)313.71º39.77%34.51%-
XYZ6.755.28.24-
YUV66.54135.6143.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=39.82%
G=23.98%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88538000.400.090.65313.7124.8227.65
Hex58355002894113a191c
Octal13065120050111014723134
Binary101100011010110100000101000100110000011001110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583550; }

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

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

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

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

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

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

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

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