#5F6057

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

Shades of Chicago #5F6057

Tints of Chicago #5F6057

Color information

#5F6057 (or 0x5F6057) is unknown color: approx Chicago. HEX triplet: 5F, 60 and 57. RGB value is (95,96,87). Sum of RGB (Red+Green+Blue) = 95+96+87=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6057 is #A09FA8. Grayscale: #5E5E5E. Windows color (decimal): -10526633 or 5726303. OLE color: 5726303.

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

Color convert

RGB959687-
CMYK0.0100.090.62
HSL66.67º4.92%35.88%-
HSV(B)66.67º9.38%37.65%-
XYZ10.6211.4910.67-
YUV94.68123.67128.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=34.17%
G=34.53%
B=31.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596870.0100.090.6266.674.9235.88
Hex5F60571093E43524
Octal137140127101176103544
Binary1011111110000010101111010011111101000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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