Html Css Color HEX #595D50 Chicago

📋 copy color: '#595D50'

red 89 ◦ green 93 ◦ blue 80

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

Shades of Chicago #595D50

Tints of Chicago #595D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.53%

R = 33.97%
G = 35.5%
B = 30.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#595D50 (or 0x595D50) is known color: Chicago. HEX triplet: 59, 5D and 50. RGB value is (89,93,80). Sum of RGB (Red+Green+Blue) = 89+93+80=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #595D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D50 is #A6A2AF. Grayscale: #5A5A5A. Windows color (decimal): -10920624 or 5266777. OLE color: 5266777.

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

Color convert

RGB 89 93 80 -
CMYK 0.04 0 0.14 0.64
HSL 78.46º 0.08% 0.34% -
HSV(B) 78.46º 0.14% 0.36% -
XYZ 9.48 10.53 9.12 -
YUV 90.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 89 93 80 0.04 0 0.14 0.64 78.46 0.08 0.34
Hex 59 5D 50 4 0 E 40 4E 8 22
Octal 131 135 120 4 0 16 100 116 10 42
Binary 1011001 1011101 1010000 100 0 1110 1000000 1001110 1000 100010

Color Harmonies of #595D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D50

Black with #595D50

Text Example


Text Example

White with #595D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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