Html Css Color HEX #595D55 Chicago

📋 copy color: '#595D55'

red 89 ◦ green 93 ◦ blue 85

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

Shades of Chicago #595D55

Tints of Chicago #595D55

RGB

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

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

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

R = 33.33%
G = 34.83%
B = 31.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#595D55 (or 0x595D55) is known color: Chicago. HEX triplet: 59, 5D and 55. RGB value is (89,93,85). Sum of RGB (Red+Green+Blue) = 89+93+85=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 93 - color contains mainly: green. Hex color #595D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D55 is #A6A2AA. Grayscale: #5A5A5A. Windows color (decimal): -10920619 or 5594457. OLE color: 5594457.

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

Color convert

RGB 89 93 85 -
CMYK 0.04 0 0.09 0.64
HSL 90º 0.04% 0.35% -
HSV(B) 90º 0.09% 0.36% -
XYZ 9.67 10.61 10.13 -
YUV 90.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 89 93 85 0.04 0 0.09 0.64 90 0.04 0.35
Hex 59 5D 55 4 0 9 40 5A 4 23
Octal 131 135 125 4 0 11 100 132 4 43
Binary 1011001 1011101 1010101 100 0 1001 1000000 1011010 100 100011

Color Harmonies of #595D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D55

Black with #595D55

Text Example


Text Example

White with #595D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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