#5F6259

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

Shades of Chicago #5F6259

Tints of Chicago #5F6259

Color information

#5F6259 (or 0x5F6259) is unknown color: approx Chicago. HEX triplet: 5F, 62 and 59. RGB value is (95,98,89). Sum of RGB (Red+Green+Blue) = 95+98+89=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6259 is #A09DA6. Grayscale: #606060. Windows color (decimal): -10526119 or 5857887. OLE color: 5857887.

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

Color convert

RGB959889-
CMYK0.0300.090.62
HSL80º4.81%36.67%-
HSV(B)80º9.18%38.43%-
XYZ10.8911.8911.17-
YUV96.08124.01127.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.69%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=33.69%
G=34.75%
B=31.56%

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
Decimal9598890.0300.090.62804.8136.67
Hex5F62593093E50525
Octal137142131301176120545
Binary10111111100010101100111010011111101010000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,89); }

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

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

 a { background-color: rgb(95,98,89); }

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

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

 span { border-color: rgb(95,98,89); }

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