Html Css Color HEX #596053 Chicago

📋 copy color: '#596053'

red 89 ◦ green 96 ◦ blue 83

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

Shades of Chicago #596053

Tints of Chicago #596053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 33.21%
G = 35.82%
B = 30.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#596053 (or 0x596053) is known color: Chicago. HEX triplet: 59, 60 and 53. RGB value is (89,96,83). Sum of RGB (Red+Green+Blue) = 89+96+83=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #596053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596053 is #A69FAC. Grayscale: #5C5C5C. Windows color (decimal): -10919853 or 5464153. OLE color: 5464153.

HSL color Cylindrical-coordinate representation of color #596053: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #596053 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 96 83 -
CMYK 0.07 0 0.14 0.62
HSL 92.31º 0.07% 0.35% -
HSV(B) 92.31º 0.14% 0.38% -
XYZ 9.86 11.11 9.81 -
YUV 92.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 89 96 83 0.07 0 0.14 0.62 92.31 0.07 0.35
Hex 59 60 53 7 0 E 3E 5C 7 23
Octal 131 140 123 7 0 16 76 134 7 43
Binary 1011001 1100000 1010011 111 0 1110 111110 1011100 111 100011

Color Harmonies of #596053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596053

Black with #596053

Text Example


Text Example

White with #596053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596053; }

 p { color: rgb(89,96,83); }

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

background-color css

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

 a { background-color: rgb(89,96,83); }

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

border-color css

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

 span { border-color: rgb(89,96,83); }

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