#5F615B

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

Shades of Chicago #5F615B

Tints of Chicago #5F615B

Color information

#5F615B (or 0x5F615B) is unknown color: approx Chicago. HEX triplet: 5F, 61 and 5B. RGB value is (95,97,91). Sum of RGB (Red+Green+Blue) = 95+97+91=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 97 - color contains mainly: green. Hex color #5F615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F615B is #A09EA4. Grayscale: #5F5F5F. Windows color (decimal): -10526373 or 5988703. OLE color: 5988703.

HSL color Cylindrical-coordinate representation of color #5F615B: hue angle of 80º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F615B is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB959791-
CMYK0.0200.060.62
HSL80º3.19%36.86%-
HSV(B)80º6.19%38.04%-
XYZ10.8811.7411.59-
YUV95.72125.34127.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.57%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=33.57%
G=34.28%
B=32.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597910.0200.060.62803.1936.86
Hex5F615B2063E50325
Octal13714113320676120345
Binary101111111000011011011100110111110101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,97,91); }

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

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

 a { background-color: rgb(95,97,91); }

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

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

 span { border-color: rgb(95,97,91); }

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