#5C5D58

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

Shades of Chicago #5C5D58

Tints of Chicago #5C5D58

Color information

#5C5D58 (or 0x5C5D58) is unknown color: approx Chicago. HEX triplet: 5C, 5D and 58. RGB value is (92,93,88). Sum of RGB (Red+Green+Blue) = 92+93+88=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 93 - color contains mainly: green. Hex color #5C5D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5D58 is #A3A2A7. Grayscale: #5C5C5C. Windows color (decimal): -10724008 or 5791068. OLE color: 5791068.

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

Color convert

RGB929388-
CMYK0.0100.050.64
HSL72º2.76%35.49%-
HSV(B)72º5.38%36.47%-
XYZ10.0910.8110.79-
YUV92.13125.67127.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.70%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=33.70%
G=34.07%
B=32.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9293880.0100.050.64722.7635.49
Hex5C5D581054048323
Octal134135130105100110343
Binary101110010111011011000101011000000100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,93,88); }

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

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

 a { background-color: rgb(92,93,88); }

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

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

 span { border-color: rgb(92,93,88); }

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