#5F635B

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

Shades of Chicago #5F635B

Tints of Chicago #5F635B

Color information

#5F635B (or 0x5F635B) is unknown color: approx Chicago. HEX triplet: 5F, 63 and 5B. RGB value is (95,99,91). Sum of RGB (Red+Green+Blue) = 95+99+91=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 99 - color contains mainly: green. Hex color #5F635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F635B is #A09CA4. Grayscale: #606060. Windows color (decimal): -10525861 or 5989215. OLE color: 5989215.

HSL color Cylindrical-coordinate representation of color #5F635B: hue angle of 90º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5F635B is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB959991-
CMYK0.0400.080.61
HSL90º4.21%37.25%-
HSV(B)90º8.08%38.82%-
XYZ11.0712.1111.65-
YUV96.89124.67126.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=33.33%
G=34.74%
B=31.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599910.0400.080.61904.2137.25
Hex5F635B4083D5a425
Octal137143133401075132445
Binary101111111000111011011100010001111011011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,91); }

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

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

 a { background-color: rgb(95,99,91); }

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

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

 span { border-color: rgb(95,99,91); }

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