#5F635A

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

Shades of Chicago #5F635A

Tints of Chicago #5F635A

Color information

#5F635A (or 0x5F635A) is unknown color: approx Chicago. HEX triplet: 5F, 63 and 5A. RGB value is (95,99,90). Sum of RGB (Red+Green+Blue) = 95+99+90=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5F635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F635A is #A09CA5. Grayscale: #606060. Windows color (decimal): -10525862 or 5923679. OLE color: 5923679.

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

Color convert

RGB959990-
CMYK0.0400.090.61
HSL86.67º4.76%37.06%-
HSV(B)86.67º9.09%38.82%-
XYZ11.0312.0911.43-
YUV96.78124.17126.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=33.45%
G=34.86%
B=31.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599900.0400.090.6186.674.7637.06
Hex5F635A4093D57525
Octal137143132401175127545
Binary101111111000111011010100010011111011010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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