#5D6057

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

Shades of Chicago #5D6057

Tints of Chicago #5D6057

Color information

#5D6057 (or 0x5D6057) is unknown color: approx Chicago. HEX triplet: 5D, 60 and 57. RGB value is (93,96,87). Sum of RGB (Red+Green+Blue) = 93+96+87=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6057 is #A29FA8. Grayscale: #5E5E5E. Windows color (decimal): -10657705 or 5726301. OLE color: 5726301.

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

Color convert

RGB939687-
CMYK0.0300.090.62
HSL80º4.92%35.88%-
HSV(B)80º9.38%37.65%-
XYZ10.4211.3810.66-
YUV94.08124.01127.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.70%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=33.70%
G=34.78%
B=31.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396870.0300.090.62804.9235.88
Hex5D60573093E50524
Octal135140127301176120544
Binary10111011100000101011111010011111101010000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,87); }

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

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

 a { background-color: rgb(93,96,87); }

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

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

 span { border-color: rgb(93,96,87); }

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