#584252

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

Shades of Purple Taupe #584252

Tints of Purple Taupe #584252

Color information

#584252 (or 0x584252) is unknown color: approx Purple Taupe. HEX triplet: 58, 42 and 52. RGB value is (88,66,82). Sum of RGB (Red+Green+Blue) = 88+66+82=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #584252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584252 is #A7BDAD. Grayscale: #4A4A4A. Windows color (decimal): -10993070 or 5390936. OLE color: 5390936.

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

Color convert

RGB886682-
CMYK00.250.070.65
HSL316.36º14.29%30.2%-
HSV(B)316.36º25%34.51%-
XYZ7.56.588.86-
YUV74.4132.29137.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=37.29%
G=27.97%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88668200.250.070.65316.3614.2930.2
Hex58425201974113ce1e
Octal13010212203171014741636
Binary1011000100001010100100110011111000001100111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584252; }

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

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

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

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

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

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

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

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