#5B604D

Color #5B604D Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #5B604D

Tints of Chicago #5B604D

Color information

#5B604D (or 0x5B604D) is unknown color: approx Chicago. HEX triplet: 5B, 60 and 4D. RGB value is (91,96,77). Sum of RGB (Red+Green+Blue) = 91+96+77=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #5B604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B604D is #A49FB2. Grayscale: #5C5C5C. Windows color (decimal): -10788787 or 5070939. OLE color: 5070939.

HSL color Cylindrical-coordinate representation of color #5B604D: hue angle of 75.79º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B604D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB919677-
CMYK0.0500.200.62
HSL75.79º10.98%33.92%-
HSV(B)75.79º19.79%37.65%-
XYZ9.8411.138.65-
YUV92.34119.34127.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.47%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=34.47%
G=36.36%
B=29.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196770.0500.200.6275.7910.9833.92
Hex5B604D50143E4cb22
Octal1331401155024761141342
Binary10110111100000100110110101010011111010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B604D; }

 p { color: rgb(91,96,77); }

 H1.HeaderClassName
 {
   color: #5B604D;
 }
 .AnyTagClassName
 {
   color: #5B604D;
 }
</style>
background-color css

<style>
 a { background-color: #5B604D; }

 a { background-color: rgb(91,96,77); }

 div.DivClassName
 {
   background-color: #5B604D;
 }
 .BgClassName
 {
   background-color: #5B604D;
 }
</style>
border-color css

<style>
 span { border-color: #5B604D; }

 span { border-color: rgb(91,96,77); }

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