Html Css Color HEX #595A55 Chicago

📋 copy color: '#595A55'

red 89 ◦ green 90 ◦ blue 85

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

Shades of Chicago #595A55

Tints of Chicago #595A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

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

R = 33.71%
G = 34.09%
B = 32.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#595A55 (or 0x595A55) is known color: Chicago. HEX triplet: 59, 5A and 55. RGB value is (89,90,85). Sum of RGB (Red+Green+Blue) = 89+90+85=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 90 - color contains mainly: green. Hex color #595A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A55 is #A6A5AA. Grayscale: #595959. Windows color (decimal): -10921387 or 5593689. OLE color: 5593689.

HSL color Cylindrical-coordinate representation of color #595A55: hue angle of 72º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595A55 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 90 85 -
CMYK 0.01 0 0.06 0.65
HSL 72º 0.03% 0.34% -
HSV(B) 72º 0.06% 0.35% -
XYZ 9.42 10.09 10.05 -
YUV 89.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 89 90 85 0.01 0 0.06 0.65 72 0.03 0.34
Hex 59 5A 55 1 0 6 41 48 3 22
Octal 131 132 125 1 0 6 101 110 3 42
Binary 1011001 1011010 1010101 1 0 110 1000001 1001000 11 100010

Color Harmonies of #595A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A55

Black with #595A55

Text Example


Text Example

White with #595A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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