Html Css Color HEX #595B4F Chicago

📋 copy color: '#595B4F'

red 89 ◦ green 91 ◦ blue 79

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

Shades of Chicago #595B4F

Tints of Chicago #595B4F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 34.36%
G = 35.14%
B = 30.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#595B4F (or 0x595B4F) is known color: Chicago. HEX triplet: 59, 5B and 4F. RGB value is (89,91,79). Sum of RGB (Red+Green+Blue) = 89+91+79=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 91 - color contains mainly: green. Hex color #595B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B4F is #A6A4B0. Grayscale: #595959. Windows color (decimal): -10921137 or 5200729. OLE color: 5200729.

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

Color convert

RGB 89 91 79 -
CMYK 0.02 0 0.13 0.64
HSL 70º 0.07% 0.33% -
HSV(B) 70º 0.13% 0.36% -
XYZ 9.27 10.17 8.87 -
YUV 89.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 89 91 79 0.02 0 0.13 0.64 70 0.07 0.33
Hex 59 5B 4F 2 0 D 40 46 7 21
Octal 131 133 117 2 0 15 100 106 7 41
Binary 1011001 1011011 1001111 10 0 1101 1000000 1000110 111 100001

Color Harmonies of #595B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B4F

Black with #595B4F

Text Example


Text Example

White with #595B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,91,79); }

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

background-color css

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

 a { background-color: rgb(89,91,79); }

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

border-color css

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

 span { border-color: rgb(89,91,79); }

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