#5B614D

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

Shades of Chicago #5B614D

Tints of Chicago #5B614D

Color information

#5B614D (or 0x5B614D) is unknown color: approx Chicago. HEX triplet: 5B, 61 and 4D. RGB value is (91,97,77). Sum of RGB (Red+Green+Blue) = 91+97+77=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #5B614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B614D is #A49EB2. Grayscale: #5D5D5D. Windows color (decimal): -10788531 or 5071195. OLE color: 5071195.

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

Color convert

RGB919777-
CMYK0.0600.210.62
HSL78º11.49%34.12%-
HSV(B)78º20.62%38.04%-
XYZ9.9311.318.68-
YUV92.93119.01126.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.34%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=34.34%
G=36.60%
B=29.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197770.0600.210.627811.4934.12
Hex5B614D60153E4eb22
Octal1331411156025761161342
Binary10110111100001100110111001010111111010011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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