Html Css Color HEX #595A57 Chicago

📋 copy color: '#595A57'

red 89 ◦ green 90 ◦ blue 87

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

Shades of Chicago #595A57

Tints of Chicago #595A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.71%

R = 33.46%
G = 33.83%
B = 32.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#595A57 (or 0x595A57) is known color: Chicago. HEX triplet: 59, 5A and 57. RGB value is (89,90,87). Sum of RGB (Red+Green+Blue) = 89+90+87=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 90 - color contains mainly: green. Hex color #595A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A57 is #A6A5A8. Grayscale: #595959. Windows color (decimal): -10921385 or 5724761. OLE color: 5724761.

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

Color convert

RGB 89 90 87 -
CMYK 0.01 0 0.03 0.65
HSL 80º 0.02% 0.35% -
HSV(B) 80º 0.03% 0.35% -
XYZ 9.5 10.12 10.47 -
YUV 89.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 89 90 87 0.01 0 0.03 0.65 80 0.02 0.35
Hex 59 5A 57 1 0 3 41 50 2 23
Octal 131 132 127 1 0 3 101 120 2 43
Binary 1011001 1011010 1010111 1 0 11 1000001 1010000 10 100011

Color Harmonies of #595A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A57

Black with #595A57

Text Example


Text Example

White with #595A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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