Html Css Color HEX #584A56 Purple Taupe

📋 copy color: '#584A56'

red 88 ◦ green 74 ◦ blue 86

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

Shades of Purple Taupe #584A56

Tints of Purple Taupe #584A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.68%

R = 35.48%
G = 29.84%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#584A56 (or 0x584A56) is known color: Purple Taupe. HEX triplet: 58, 4A and 56. RGB value is (88,74,86). Sum of RGB (Red+Green+Blue) = 88+74+86=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #584A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A56 is #A7B5A9. Grayscale: #4F4F4F. Windows color (decimal): -10991018 or 5655128. OLE color: 5655128.

HSL color Cylindrical-coordinate representation of color #584A56: hue angle of 308.57º 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 #584A56 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 86 -
CMYK 0 0.16 0.02 0.65
HSL 308.57º 0.09% 0.32% -
HSV(B) 308.57º 0.16% 0.35% -
XYZ 8.15 7.64 9.85 -
YUV 79.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 88 74 86 0 0.16 0.02 0.65 308.57 0.09 0.32
Hex 58 4A 56 0 10 2 41 135 9 20
Octal 130 112 126 0 20 2 101 465 11 40
Binary 1011000 1001010 1010110 0 10000 10 1000001 100110101 1001 100000

Color Harmonies of #584A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A56

Black with #584A56

Text Example


Text Example

White with #584A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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