Html Css Color HEX #584A55 Purple Taupe

📋 copy color: '#584A55'

red 88 ◦ green 74 ◦ blue 85

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

Shades of Purple Taupe #584A55

Tints of Purple Taupe #584A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

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

R = 35.63%
G = 29.96%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#584A55 (or 0x584A55) is known color: Purple Taupe. HEX triplet: 58, 4A and 55. RGB value is (88,74,85). Sum of RGB (Red+Green+Blue) = 88+74+85=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #584A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A55 is #A7B5AA. Grayscale: #4F4F4F. Windows color (decimal): -10991019 or 5589592. OLE color: 5589592.

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

Color convert

RGB 88 74 85 -
CMYK 0 0.16 0.03 0.65
HSL 312.86º 0.09% 0.32% -
HSV(B) 312.86º 0.16% 0.35% -
XYZ 8.11 7.63 9.64 -
YUV 79.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 88 74 85 0 0.16 0.03 0.65 312.86 0.09 0.32
Hex 58 4A 55 0 10 3 41 139 9 20
Octal 130 112 125 0 20 3 101 471 11 40
Binary 1011000 1001010 1010101 0 10000 11 1000001 100111001 1001 100000

Color Harmonies of #584A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A55

Black with #584A55

Text Example


Text Example

White with #584A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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