#585B50

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

Shades of Chicago #585B50

Tints of Chicago #585B50

Color information

#585B50 (or 0x585B50) is unknown color: approx Chicago. HEX triplet: 58, 5B and 50. RGB value is (88,91,80). Sum of RGB (Red+Green+Blue) = 88+91+80=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 91 - color contains mainly: green. Hex color #585B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B50 is #A7A4AF. Grayscale: #585858. Windows color (decimal): -10986672 or 5266264. OLE color: 5266264.

HSL color Cylindrical-coordinate representation of color #585B50: hue angle of 76.36º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #585B50 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB889180-
CMYK0.0300.120.64
HSL76.36º6.43%33.53%-
HSV(B)76.36º12.09%35.69%-
XYZ9.2110.149.06-
YUV88.85123.01127.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=33.98%
G=35.14%
B=30.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891800.0300.120.6476.366.4333.53
Hex585B5030C404c622
Octal1301331203014100114642
Binary101100010110111010000110110010000001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585B50; }

 p { color: rgb(88,91,80); }

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

<style>
 a { background-color: #585B50; }

 a { background-color: rgb(88,91,80); }

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

<style>
 span { border-color: #585B50; }

 span { border-color: rgb(88,91,80); }

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