Html Css Color HEX #595C4B Chicago

📋 copy color: '#595C4B'

red 89 ◦ green 92 ◦ blue 75

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

Shades of Chicago #595C4B

Tints of Chicago #595C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 34.77%
G = 35.94%
B = 29.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#595C4B (or 0x595C4B) is known color: Chicago. HEX triplet: 59, 5C and 4B. RGB value is (89,92,75). Sum of RGB (Red+Green+Blue) = 89+92+75=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 92 - color contains mainly: green. Hex color #595C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C4B is #A6A3B4. Grayscale: #595959. Windows color (decimal): -10920885 or 4938841. OLE color: 4938841.

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

Color convert

RGB 89 92 75 -
CMYK 0.03 0 0.18 0.64
HSL 70.59º 0.1% 0.33% -
HSV(B) 70.59º 0.18% 0.36% -
XYZ 9.22 10.29 8.16 -
YUV 89.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 89 92 75 0.03 0 0.18 0.64 70.59 0.1 0.33
Hex 59 5C 4B 3 0 12 40 47 A 21
Octal 131 134 113 3 0 22 100 107 12 41
Binary 1011001 1011100 1001011 11 0 10010 1000000 1000111 1010 100001

Color Harmonies of #595C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C4B

Black with #595C4B

Text Example


Text Example

White with #595C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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