Html Css Color HEX #594B55 Purple Taupe

📋 copy color: '#594B55'

red 89 ◦ green 75 ◦ blue 85

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

Shades of Purple Taupe #594B55

Tints of Purple Taupe #594B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

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

R = 35.74%
G = 30.12%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#594B55 (or 0x594B55) is known color: Purple Taupe. HEX triplet: 59, 4B and 55. RGB value is (89,75,85). Sum of RGB (Red+Green+Blue) = 89+75+85=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #594B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B55 is #A6B4AA. Grayscale: #505050. Windows color (decimal): -10925227 or 5589849. OLE color: 5589849.

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

Color convert

RGB 89 75 85 -
CMYK 0 0.16 0.04 0.65
HSL 317.14º 0.09% 0.32% -
HSV(B) 317.14º 0.16% 0.35% -
XYZ 8.28 7.81 9.67 -
YUV 80.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 89 75 85 0 0.16 0.04 0.65 317.14 0.09 0.32
Hex 59 4B 55 0 10 4 41 13D 9 20
Octal 131 113 125 0 20 4 101 475 11 40
Binary 1011001 1001011 1010101 0 10000 100 1000001 100111101 1001 100000

Color Harmonies of #594B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B55

Black with #594B55

Text Example


Text Example

White with #594B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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