#583553

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

Shades of Purple Taupe #583553

Tints of Purple Taupe #583553

Color information

#583553 (or 0x583553) is unknown color: approx Purple Taupe. HEX triplet: 58, 35 and 53. RGB value is (88,53,83). Sum of RGB (Red+Green+Blue) = 88+53+83=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 88 - color contains mainly: red. Hex color #583553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583553 is #A7CAAC. Grayscale: #424242. Windows color (decimal): -10996397 or 5453144. OLE color: 5453144.

HSL color Cylindrical-coordinate representation of color #583553: hue angle of 308.57º 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 #583553 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB885383-
CMYK00.400.060.65
HSL308.57º24.82%27.65%-
HSV(B)308.57º39.77%34.51%-
XYZ6.865.258.83-
YUV66.88137.1143.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.29%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=39.29%
G=23.66%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88538300.400.060.65308.5724.8227.65
Hex583553028641135191c
Octal1306512305061014653134
Binary10110001101011010011010100011010000011001101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583553; }

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

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

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

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

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

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

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

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