#5B6053

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

Shades of Chicago #5B6053

Tints of Chicago #5B6053

Color information

#5B6053 (or 0x5B6053) is unknown color: approx Chicago. HEX triplet: 5B, 60 and 53. RGB value is (91,96,83). Sum of RGB (Red+Green+Blue) = 91+96+83=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6053 is #A49FAC. Grayscale: #5D5D5D. Windows color (decimal): -10788781 or 5464155. OLE color: 5464155.

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

Color convert

RGB919683-
CMYK0.0500.140.62
HSL83.08º7.26%35.1%-
HSV(B)83.08º13.54%37.65%-
XYZ10.0611.219.82-
YUV93.02122.34126.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.70%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=33.70%
G=35.56%
B=30.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196830.0500.140.6283.087.2635.1
Hex5B605350E3E53723
Octal133140123501676123743
Binary101101111000001010011101011101111101010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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