#5B614F

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

Shades of Chicago #5B614F

Tints of Chicago #5B614F

Color information

#5B614F (or 0x5B614F) is unknown color: approx Chicago. HEX triplet: 5B, 61 and 4F. RGB value is (91,97,79). Sum of RGB (Red+Green+Blue) = 91+97+79=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #5B614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B614F is #A49EB0. Grayscale: #5D5D5D. Windows color (decimal): -10788529 or 5202267. OLE color: 5202267.

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

Color convert

RGB919779-
CMYK0.0600.190.62
HSL80º10.23%34.51%-
HSV(B)80º18.56%38.04%-
XYZ1011.349.06-
YUV93.15120.01126.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.08%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=34.08%
G=36.33%
B=29.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197790.0600.190.628010.2334.51
Hex5B614F60133E50a23
Octal1331411176023761201243
Binary10110111100001100111111001001111111010100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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