#585E50

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

Shades of Chicago #585E50

Tints of Chicago #585E50

Color information

#585E50 (or 0x585E50) is unknown color: approx Chicago. HEX triplet: 58, 5E and 50. RGB value is (88,94,80). Sum of RGB (Red+Green+Blue) = 88+94+80=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 94 - color contains mainly: green. Hex color #585E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E50 is #A7A1AF. Grayscale: #5A5A5A. Windows color (decimal): -10985904 or 5267032. OLE color: 5267032.

HSL color Cylindrical-coordinate representation of color #585E50: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585E50 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB889480-
CMYK0.0600.150.63
HSL85.71º8.05%34.12%-
HSV(B)85.71º14.89%36.86%-
XYZ9.4810.669.15-
YUV90.61122.01126.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=33.59%
G=35.88%
B=30.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8894800.0600.150.6385.718.0534.12
Hex585E5060F3F56822
Octal1301361206017771261042
Binary1011000101111010100001100111111111110101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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