#584253

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

Shades of Purple Taupe #584253

Tints of Purple Taupe #584253

Color information

#584253 (or 0x584253) is unknown color: approx Purple Taupe. HEX triplet: 58, 42 and 53. RGB value is (88,66,83). Sum of RGB (Red+Green+Blue) = 88+66+83=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #584253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584253 is #A7BDAC. Grayscale: #4A4A4A. Windows color (decimal): -10993069 or 5456472. OLE color: 5456472.

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

Color convert

RGB886683-
CMYK00.250.060.65
HSL313.64º14.29%30.2%-
HSV(B)313.64º25%34.51%-
XYZ7.536.69.06-
YUV74.52132.79137.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=37.13%
G=27.85%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88668300.250.060.65313.6414.2930.2
Hex58425301964113ae1e
Octal13010212303161014721636
Binary1011000100001010100110110011101000001100111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584253; }

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

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

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

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

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

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

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

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