Html Css Color HEX #595A52 Chicago

📋 copy color: '#595A52'

red 89 ◦ green 90 ◦ blue 82

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

Shades of Chicago #595A52

Tints of Chicago #595A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.42%

R = 34.1%
G = 34.48%
B = 31.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#595A52 (or 0x595A52) is known color: Chicago. HEX triplet: 59, 5A and 52. RGB value is (89,90,82). Sum of RGB (Red+Green+Blue) = 89+90+82=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #595A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A52 is #A6A5AD. Grayscale: #585858. Windows color (decimal): -10921390 or 5397081. OLE color: 5397081.

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

Color convert

RGB 89 90 82 -
CMYK 0.01 0 0.09 0.65
HSL 67.5º 0.05% 0.34% -
HSV(B) 67.5º 0.09% 0.35% -
XYZ 9.3 10.05 9.43 -
YUV 88.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 89 90 82 0.01 0 0.09 0.65 67.5 0.05 0.34
Hex 59 5A 52 1 0 9 41 44 5 22
Octal 131 132 122 1 0 11 101 104 5 42
Binary 1011001 1011010 1010010 1 0 1001 1000001 1000100 101 100010

Color Harmonies of #595A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A52

Black with #595A52

Text Example


Text Example

White with #595A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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