#5D6056

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

Shades of Chicago #5D6056

Tints of Chicago #5D6056

Color information

#5D6056 (or 0x5D6056) is unknown color: approx Chicago. HEX triplet: 5D, 60 and 56. RGB value is (93,96,86). Sum of RGB (Red+Green+Blue) = 93+96+86=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6056 is #A29FA9. Grayscale: #5E5E5E. Windows color (decimal): -10657706 or 5660765. OLE color: 5660765.

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

Color convert

RGB939686-
CMYK0.0300.100.62
HSL78º5.49%35.69%-
HSV(B)78º10.42%37.65%-
XYZ10.3811.3610.45-
YUV93.96123.51127.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.82%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=33.82%
G=34.91%
B=31.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396860.0300.100.62785.4935.69
Hex5D605630A3E4e524
Octal135140126301276116544
Binary10111011100000101011011010101111101001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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