#5B5C53

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

Shades of Chicago #5B5C53

Tints of Chicago #5B5C53

Color information

#5B5C53 (or 0x5B5C53) is unknown color: approx Chicago. HEX triplet: 5B, 5C and 53. RGB value is (91,92,83). Sum of RGB (Red+Green+Blue) = 91+92+83=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5C53 is #A4A3AC. Grayscale: #5A5A5A. Windows color (decimal): -10789805 or 5463131. OLE color: 5463131.

HSL color Cylindrical-coordinate representation of color #5B5C53: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5C53 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB919283-
CMYK0.0100.100.64
HSL66.67º5.14%34.31%-
HSV(B)66.67º9.78%36.08%-
XYZ9.710.59.7-
YUV90.68123.67128.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.21%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=34.21%
G=34.59%
B=31.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9192830.0100.100.6466.675.1434.31
Hex5B5C5310A4043522
Octal1331341231012100103542
Binary10110111011100101001110101010000001000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,92,83); }

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

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

 a { background-color: rgb(91,92,83); }

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

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

 span { border-color: rgb(91,92,83); }

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