#5F625C

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

Shades of Chicago #5F625C

Tints of Chicago #5F625C

Color information

#5F625C (or 0x5F625C) is unknown color: approx Chicago. HEX triplet: 5F, 62 and 5C. RGB value is (95,98,92). Sum of RGB (Red+Green+Blue) = 95+98+92=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 98 - color contains mainly: green. Hex color #5F625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F625C is #A09DA3. Grayscale: #606060. Windows color (decimal): -10526116 or 6054495. OLE color: 6054495.

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

Color convert

RGB959892-
CMYK0.0300.060.62
HSL90º3.16%37.25%-
HSV(B)90º6.12%38.43%-
XYZ11.0211.9411.85-
YUV96.42125.51126.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=33.33%
G=34.39%
B=32.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598920.0300.060.62903.1637.25
Hex5F625C3063E5a325
Octal13714213430676132345
Binary101111111000101011100110110111110101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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