#585950

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

Shades of Chicago #585950

Tints of Chicago #585950

Color information

#585950 (or 0x585950) is unknown color: approx Chicago. HEX triplet: 58, 59 and 50. RGB value is (88,89,80). Sum of RGB (Red+Green+Blue) = 88+89+80=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 89 - color contains mainly: green. Hex color #585950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585950 is #A7A6AF. Grayscale: #575757. Windows color (decimal): -10987184 or 5265752. OLE color: 5265752.

HSL color Cylindrical-coordinate representation of color #585950: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #585950 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB888980-
CMYK0.0100.100.65
HSL66.67º5.33%33.14%-
HSV(B)66.67º10.11%34.9%-
XYZ9.049.89-
YUV87.68123.67128.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=34.24%
G=34.63%
B=31.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889800.0100.100.6566.675.3333.14
Hex58595010A4143521
Octal1301311201012101103541
Binary10110001011001101000010101010000011000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585950; }

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

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

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

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

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

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

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

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