#584452

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

Shades of Purple Taupe #584452

Tints of Purple Taupe #584452

Color information

#584452 (or 0x584452) is unknown color: approx Purple Taupe. HEX triplet: 58, 44 and 52. RGB value is (88,68,82). Sum of RGB (Red+Green+Blue) = 88+68+82=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #584452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584452 is #A7BBAD. Grayscale: #4B4B4B. Windows color (decimal): -10992558 or 5391448. OLE color: 5391448.

HSL color Cylindrical-coordinate representation of color #584452: hue angle of 318º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #584452 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB886882-
CMYK00.230.070.65
HSL318º12.82%30.59%-
HSV(B)318º22.73%34.51%-
XYZ7.616.828.9-
YUV75.58131.63136.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=36.97%
G=28.57%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88688200.230.070.6531812.8230.59
Hex58445201774113ed1f
Octal13010412202771014761537
Binary1011000100010010100100101111111000001100111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584452; }

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

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

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

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

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

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

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

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