#5B634A

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

Shades of Chicago #5B634A

Tints of Chicago #5B634A

Color information

#5B634A (or 0x5B634A) is unknown color: approx Chicago. HEX triplet: 5B, 63 and 4A. RGB value is (91,99,74). Sum of RGB (Red+Green+Blue) = 91+99+74=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #5B634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B634A is #A49CB5. Grayscale: #5D5D5D. Windows color (decimal): -10788022 or 4875099. OLE color: 4875099.

HSL color Cylindrical-coordinate representation of color #5B634A: hue angle of 79.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B634A is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB919974-
CMYK0.0800.250.61
HSL79.2º14.45%33.92%-
HSV(B)79.2º25.25%38.82%-
XYZ10.0111.648.2-
YUV93.76116.85126.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.47%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=34.47%
G=37.5%
B=28.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199740.0800.250.6179.214.4533.92
Hex5B634A80193D4fe22
Octal13314311210031751171642
Binary101101111000111001010100001100111110110011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,99,74); }

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

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

 a { background-color: rgb(91,99,74); }

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

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

 span { border-color: rgb(91,99,74); }

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