#5B6052

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

Shades of Chicago #5B6052

Tints of Chicago #5B6052

Color information

#5B6052 (or 0x5B6052) is unknown color: approx Chicago. HEX triplet: 5B, 60 and 52. RGB value is (91,96,82). Sum of RGB (Red+Green+Blue) = 91+96+82=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6052 is #A49FAD. Grayscale: #5C5C5C. Windows color (decimal): -10788782 or 5398619. OLE color: 5398619.

HSL color Cylindrical-coordinate representation of color #5B6052: hue angle of 81.43º 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 #5B6052 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB919682-
CMYK0.0500.150.62
HSL81.43º7.87%34.9%-
HSV(B)81.43º14.58%37.65%-
XYZ10.0211.29.62-
YUV92.91121.84126.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.83%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=33.83%
G=35.69%
B=30.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196820.0500.150.6281.437.8734.9
Hex5B605250F3E51823
Octal1331401225017761211043
Binary1011011110000010100101010111111111010100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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