Html Css Color HEX #595A51 Chicago

📋 copy color: '#595A51'

red 89 ◦ green 90 ◦ blue 81

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

Shades of Chicago #595A51

Tints of Chicago #595A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 34.23%
G = 34.62%
B = 31.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#595A51 (or 0x595A51) is known color: Chicago. HEX triplet: 59, 5A and 51. RGB value is (89,90,81). Sum of RGB (Red+Green+Blue) = 89+90+81=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 90 - color contains mainly: green. Hex color #595A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A51 is #A6A5AE. Grayscale: #585858. Windows color (decimal): -10921391 or 5331545. OLE color: 5331545.

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

Color convert

RGB 89 90 81 -
CMYK 0.01 0 0.1 0.65
HSL 66.67º 0.05% 0.34% -
HSV(B) 66.67º 0.1% 0.35% -
XYZ 9.26 10.03 9.23 -
YUV 88.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 89 90 81 0.01 0 0.1 0.65 66.67 0.05 0.34
Hex 59 5A 51 1 0 A 41 43 5 22
Octal 131 132 121 1 0 12 101 103 5 42
Binary 1011001 1011010 1010001 1 0 1010 1000001 1000011 101 100010

Color Harmonies of #595A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A51

Black with #595A51

Text Example


Text Example

White with #595A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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