Html Css Color HEX #595D4B Chicago

📋 copy color: '#595D4B'

red 89 ◦ green 93 ◦ blue 75

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

Shades of Chicago #595D4B

Tints of Chicago #595D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.19%

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 34.63%
G = 36.19%
B = 29.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#595D4B (or 0x595D4B) is known color: Chicago. HEX triplet: 59, 5D and 4B. RGB value is (89,93,75). Sum of RGB (Red+Green+Blue) = 89+93+75=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #595D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D4B is #A6A2B4. Grayscale: #595959. Windows color (decimal): -10920629 or 4939097. OLE color: 4939097.

HSL color Cylindrical-coordinate representation of color #595D4B: hue angle of 73.33º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #595D4B is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 93 75 -
CMYK 0.04 0 0.19 0.64
HSL 73.33º 0.11% 0.33% -
HSV(B) 73.33º 0.19% 0.36% -
XYZ 9.3 10.46 8.19 -
YUV 89.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 89 93 75 0.04 0 0.19 0.64 73.33 0.11 0.33
Hex 59 5D 4B 4 0 13 40 49 B 21
Octal 131 135 113 4 0 23 100 111 13 41
Binary 1011001 1011101 1001011 100 0 10011 1000000 1001001 1011 100001

Color Harmonies of #595D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D4B

Black with #595D4B

Text Example


Text Example

White with #595D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,93,75); }

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

background-color css

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

 a { background-color: rgb(89,93,75); }

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

border-color css

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

 span { border-color: rgb(89,93,75); }

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