Html Css Color HEX #595B53 Chicago

📋 copy color: '#595B53'

red 89 ◦ green 91 ◦ blue 83

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

Shades of Chicago #595B53

Tints of Chicago #595B53

RGB

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

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

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

R = 33.84%
G = 34.6%
B = 31.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#595B53 (or 0x595B53) is known color: Chicago. HEX triplet: 59, 5B and 53. RGB value is (89,91,83). Sum of RGB (Red+Green+Blue) = 89+91+83=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 91 - color contains mainly: green. Hex color #595B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B53 is #A6A4AC. Grayscale: #595959. Windows color (decimal): -10921133 or 5462873. OLE color: 5462873.

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

Color convert

RGB 89 91 83 -
CMYK 0.02 0 0.09 0.64
HSL 75º 0.05% 0.34% -
HSV(B) 75º 0.09% 0.36% -
XYZ 9.42 10.23 9.66 -
YUV 89.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 89 91 83 0.02 0 0.09 0.64 75 0.05 0.34
Hex 59 5B 53 2 0 9 40 4B 5 22
Octal 131 133 123 2 0 11 100 113 5 42
Binary 1011001 1011011 1010011 10 0 1001 1000000 1001011 101 100010

Color Harmonies of #595B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B53

Black with #595B53

Text Example


Text Example

White with #595B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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