Html Css Color HEX #594455 Purple Taupe

📋 copy color: '#594455'

red 89 ◦ green 68 ◦ blue 85

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

Shades of Purple Taupe #594455

Tints of Purple Taupe #594455

RGB

 RED value IS 89 (35.16% from 255) = 36.78%

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

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

R = 36.78%
G = 28.1%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#594455 (or 0x594455) is known color: Purple Taupe. HEX triplet: 59, 44 and 55. RGB value is (89,68,85). Sum of RGB (Red+Green+Blue) = 89+68+85=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594455 is #A6BBAA. Grayscale: #4C4C4C. Windows color (decimal): -10927019 or 5588057. OLE color: 5588057.

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

Color convert

RGB 89 68 85 -
CMYK 0 0.24 0.04 0.65
HSL 311.43º 0.13% 0.31% -
HSV(B) 311.43º 0.24% 0.35% -
XYZ 7.83 6.91 9.52 -
YUV 76.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 89 68 85 0 0.24 0.04 0.65 311.43 0.13 0.31
Hex 59 44 55 0 18 4 41 137 D 1F
Octal 131 104 125 0 30 4 101 467 15 37
Binary 1011001 1000100 1010101 0 11000 100 1000001 100110111 1101 11111

Color Harmonies of #594455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594455

Black with #594455

Text Example


Text Example

White with #594455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594455; }

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

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

background-color css

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

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

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

border-color css

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

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

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