Html Css Color HEX #595C55 Chicago

📋 copy color: '#595C55'

red 89 ◦ green 92 ◦ blue 85

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

Shades of Chicago #595C55

Tints of Chicago #595C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 33.46%
G = 34.59%
B = 31.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#595C55 (or 0x595C55) is known color: Chicago. HEX triplet: 59, 5C and 55. RGB value is (89,92,85). Sum of RGB (Red+Green+Blue) = 89+92+85=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #595C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C55 is #A6A3AA. Grayscale: #5A5A5A. Windows color (decimal): -10920875 or 5594201. OLE color: 5594201.

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

Color convert

RGB 89 92 85 -
CMYK 0.03 0 0.08 0.64
HSL 85.71º 0.04% 0.35% -
HSV(B) 85.71º 0.08% 0.36% -
XYZ 9.59 10.43 10.1 -
YUV 90.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 89 92 85 0.03 0 0.08 0.64 85.71 0.04 0.35
Hex 59 5C 55 3 0 8 40 56 4 23
Octal 131 134 125 3 0 10 100 126 4 43
Binary 1011001 1011100 1010101 11 0 1000 1000000 1010110 100 100011

Color Harmonies of #595C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C55

Black with #595C55

Text Example


Text Example

White with #595C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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