Html Css Color HEX #584455 Purple Taupe

📋 copy color: '#584455'

red 88 ◦ green 68 ◦ blue 85

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

Shades of Purple Taupe #584455

Tints of Purple Taupe #584455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 36.51%
G = 28.22%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#584455 (or 0x584455) is known color: Purple Taupe. HEX triplet: 58, 44 and 55. RGB value is (88,68,85). Sum of RGB (Red+Green+Blue) = 88+68+85=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #584455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584455 is #A7BBAA. Grayscale: #4B4B4B. Windows color (decimal): -10992555 or 5588056. OLE color: 5588056.

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

Color convert

RGB 88 68 85 -
CMYK 0 0.23 0.03 0.65
HSL 309º 0.13% 0.31% -
HSV(B) 309º 0.23% 0.35% -
XYZ 7.73 6.86 9.51 -
YUV 75.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 88 68 85 0 0.23 0.03 0.65 309 0.13 0.31
Hex 58 44 55 0 17 3 41 135 D 1F
Octal 130 104 125 0 27 3 101 465 15 37
Binary 1011000 1000100 1010101 0 10111 11 1000001 100110101 1101 11111

Color Harmonies of #584455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584455

Black with #584455

Text Example


Text Example

White with #584455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584455; }

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

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

background-color css

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

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

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

border-color css

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

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

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