Html Css Color HEX #595D4D Chicago

📋 copy color: '#595D4D'

red 89 ◦ green 93 ◦ blue 77

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

Shades of Chicago #595D4D

Tints of Chicago #595D4D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.91%

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 34.36%
G = 35.91%
B = 29.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#595D4D (or 0x595D4D) is known color: Chicago. HEX triplet: 59, 5D and 4D. RGB value is (89,93,77). Sum of RGB (Red+Green+Blue) = 89+93+77=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #595D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D4D is #A6A2B2. Grayscale: #5A5A5A. Windows color (decimal): -10920627 or 5070169. OLE color: 5070169.

HSL color Cylindrical-coordinate representation of color #595D4D: hue angle of 75º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595D4D is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 93 77 -
CMYK 0.04 0 0.17 0.64
HSL 75º 0.09% 0.33% -
HSV(B) 75º 0.17% 0.36% -
XYZ 9.37 10.49 8.55 -
YUV 89.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 89 93 77 0.04 0 0.17 0.64 75 0.09 0.33
Hex 59 5D 4D 4 0 11 40 4B 9 21
Octal 131 135 115 4 0 21 100 113 11 41
Binary 1011001 1011101 1001101 100 0 10001 1000000 1001011 1001 100001

Color Harmonies of #595D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D4D

Black with #595D4D

Text Example


Text Example

White with #595D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595D4D; }

 p { color: rgb(89,93,77); }

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

background-color css

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

 a { background-color: rgb(89,93,77); }

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

border-color css

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

 span { border-color: rgb(89,93,77); }

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