#5F6253

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

Shades of Chicago #5F6253

Tints of Chicago #5F6253

Color information

#5F6253 (or 0x5F6253) is unknown color: approx Chicago. HEX triplet: 5F, 62 and 53. RGB value is (95,98,83). Sum of RGB (Red+Green+Blue) = 95+98+83=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6253 is #A09DAC. Grayscale: #5F5F5F. Windows color (decimal): -10526125 or 5464671. OLE color: 5464671.

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

Color convert

RGB959883-
CMYK0.0300.150.62
HSL72º8.29%35.49%-
HSV(B)72º15.31%38.43%-
XYZ10.6511.799.9-
YUV95.39121.01127.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.42%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=34.42%
G=35.51%
B=30.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598830.0300.150.62728.2935.49
Hex5F625330F3E48823
Octal1371421233017761101043
Binary101111111000101010011110111111111010010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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