#5F605C

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

Shades of Chicago #5F605C

Tints of Chicago #5F605C

Color information

#5F605C (or 0x5F605C) is unknown color: approx Chicago. HEX triplet: 5F, 60 and 5C. RGB value is (95,96,92). Sum of RGB (Red+Green+Blue) = 95+96+92=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 96 - color contains mainly: green. Hex color #5F605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F605C is #A09FA3. Grayscale: #5F5F5F. Windows color (decimal): -10526628 or 6053983. OLE color: 6053983.

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

Color convert

RGB959692-
CMYK0.0100.040.62
HSL75º2.13%36.86%-
HSV(B)75º4.17%37.65%-
XYZ10.8311.5711.79-
YUV95.24126.17127.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.57%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=33.57%
G=33.92%
B=32.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596920.0100.040.62752.1336.86
Hex5F605C1043E4b225
Octal13714013410476113245
Binary10111111100000101110010100111110100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,92); }

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

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

 a { background-color: rgb(95,96,92); }

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

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

 span { border-color: rgb(95,96,92); }

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