#584855

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

Shades of Purple Taupe #584855

Tints of Purple Taupe #584855

Color information

#584855 (or 0x584855) is unknown color: approx Purple Taupe. HEX triplet: 58, 48 and 55. RGB value is (88,72,85). Sum of RGB (Red+Green+Blue) = 88+72+85=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #584855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584855 is #A7B7AA. Grayscale: #4E4E4E. Windows color (decimal): -10991531 or 5589080. OLE color: 5589080.

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

Color convert

RGB887285-
CMYK00.180.030.65
HSL311.25º10%31.37%-
HSV(B)311.25º18.18%34.51%-
XYZ7.987.379.6-
YUV78.27131.8134.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=35.92%
G=29.39%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88728500.180.030.65311.251031.37
Hex584855012341137a1f
Octal13011012502231014671237
Binary101100010010001010101010010111000001100110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584855; }

 p { color: rgb(88,72,85); }

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

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

 a { background-color: rgb(88,72,85); }

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

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

 span { border-color: rgb(88,72,85); }

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