#5B6253

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

Shades of Chicago #5B6253

Tints of Chicago #5B6253

Color information

#5B6253 (or 0x5B6253) is unknown color: approx Chicago. HEX triplet: 5B, 62 and 53. RGB value is (91,98,83). Sum of RGB (Red+Green+Blue) = 91+98+83=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6253 is #A49DAC. Grayscale: #5E5E5E. Windows color (decimal): -10788269 or 5464667. OLE color: 5464667.

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

Color convert

RGB919883-
CMYK0.0700.150.62
HSL88º8.29%35.49%-
HSV(B)88º15.31%38.43%-
XYZ10.2411.589.88-
YUV94.2121.68125.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=33.46%
G=36.03%
B=30.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198830.0700.150.62888.2935.49
Hex5B625370F3E58823
Octal1331421237017761301043
Binary1011011110001010100111110111111111010110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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