Html Css Color HEX #595C50 Chicago

📋 copy color: '#595C50'

red 89 ◦ green 92 ◦ blue 80

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

Shades of Chicago #595C50

Tints of Chicago #595C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 34.1%
G = 35.25%
B = 30.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#595C50 (or 0x595C50) is known color: Chicago. HEX triplet: 59, 5C and 50. RGB value is (89,92,80). Sum of RGB (Red+Green+Blue) = 89+92+80=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 92 - color contains mainly: green. Hex color #595C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C50 is #A6A3AF. Grayscale: #595959. Windows color (decimal): -10920880 or 5266521. OLE color: 5266521.

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

Color convert

RGB 89 92 80 -
CMYK 0.03 0 0.13 0.64
HSL 75º 0.07% 0.34% -
HSV(B) 75º 0.13% 0.36% -
XYZ 9.39 10.36 9.09 -
YUV 89.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 89 92 80 0.03 0 0.13 0.64 75 0.07 0.34
Hex 59 5C 50 3 0 D 40 4B 7 22
Octal 131 134 120 3 0 15 100 113 7 42
Binary 1011001 1011100 1010000 11 0 1101 1000000 1001011 111 100010

Color Harmonies of #595C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C50

Black with #595C50

Text Example


Text Example

White with #595C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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