Html Css Color HEX #595C53 Chicago

📋 copy color: '#595C53'

red 89 ◦ green 92 ◦ blue 83

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

Shades of Chicago #595C53

Tints of Chicago #595C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

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

R = 33.71%
G = 34.85%
B = 31.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#595C53 (or 0x595C53) is known color: Chicago. HEX triplet: 59, 5C and 53. RGB value is (89,92,83). Sum of RGB (Red+Green+Blue) = 89+92+83=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #595C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C53 is #A6A3AC. Grayscale: #5A5A5A. Windows color (decimal): -10920877 or 5463129. OLE color: 5463129.

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

Color convert

RGB 89 92 83 -
CMYK 0.03 0 0.10 0.64
HSL 80º 0.05% 0.34% -
HSV(B) 80º 0.1% 0.36% -
XYZ 9.51 10.4 9.69 -
YUV 90.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 89 92 83 0.03 0 0.10 0.64 80 0.05 0.34
Hex 59 5C 53 3 0 A 40 50 5 22
Octal 131 134 123 3 0 12 100 120 5 42
Binary 1011001 1011100 1010011 11 0 1010 1000000 1010000 101 100010

Color Harmonies of #595C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C53

Black with #595C53

Text Example


Text Example

White with #595C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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