Html Css Color HEX #584055 Purple Taupe

📋 copy color: '#584055'

red 88 ◦ green 64 ◦ blue 85

#584055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #584055

Tints of Purple Taupe #584055

RGB

 RED value IS 88 (34.77% from 255) = 37.13%

 GREEN value IS 64 (25.39% from 255) = 27%

 BLUE value IS 85 (33.59% from 255) = 35.86%

R = 37.13%
G = 27%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#584055 (or 0x584055) is known color: Purple Taupe. HEX triplet: 58, 40 and 55. RGB value is (88,64,85). Sum of RGB (Red+Green+Blue) = 88+64+85=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #584055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584055 is #A7BFAA. Grayscale: #494949. Windows color (decimal): -10993579 or 5587032. OLE color: 5587032.

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

Color convert

RGB 88 64 85 -
CMYK 0 0.27 0.03 0.65
HSL 307.5º 0.16% 0.3% -
HSV(B) 307.5º 0.27% 0.35% -
XYZ 7.5 6.4 9.43 -
YUV 73.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 88 64 85 0 0.27 0.03 0.65 307.5 0.16 0.3
Hex 58 40 55 0 1B 3 41 134 10 1E
Octal 130 100 125 0 33 3 101 464 20 36
Binary 1011000 1000000 1010101 0 11011 11 1000001 100110100 10000 11110

Color Harmonies of #584055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584055

Black with #584055

Text Example


Text Example

White with #584055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584055; }

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

 H1.HeaderClassName
 {
   color: #584055;
 }
 .AnyTagClassName
 {
   color: #584055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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