#5B5D58

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

Shades of Chicago #5B5D58

Tints of Chicago #5B5D58

Color information

#5B5D58 (or 0x5B5D58) is unknown color: approx Chicago. HEX triplet: 5B, 5D and 58. RGB value is (91,93,88). Sum of RGB (Red+Green+Blue) = 91+93+88=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D58 is #A4A2A7. Grayscale: #5B5B5B. Windows color (decimal): -10789544 or 5791067. OLE color: 5791067.

HSL color Cylindrical-coordinate representation of color #5B5D58: hue angle of 84º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5B5D58 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB919388-
CMYK0.0200.050.64
HSL84º2.76%35.49%-
HSV(B)84º5.38%36.47%-
XYZ9.9910.7610.78-
YUV91.83125.84127.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=33.46%
G=34.19%
B=32.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9193880.0200.050.64842.7635.49
Hex5B5D582054054323
Octal133135130205100124343
Binary1011011101110110110001001011000000101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,93,88); }

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

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

 a { background-color: rgb(91,93,88); }

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

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

 span { border-color: rgb(91,93,88); }

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