#5D6158

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

Shades of Chicago #5D6158

Tints of Chicago #5D6158

Color information

#5D6158 (or 0x5D6158) is unknown color: approx Chicago. HEX triplet: 5D, 61 and 58. RGB value is (93,97,88). Sum of RGB (Red+Green+Blue) = 93+97+88=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6158 is #A29EA7. Grayscale: #5E5E5E. Windows color (decimal): -10657448 or 5792093. OLE color: 5792093.

HSL color Cylindrical-coordinate representation of color #5D6158: hue angle of 86.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 #5D6158 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB939788-
CMYK0.0400.090.62
HSL86.67º4.86%36.27%-
HSV(B)86.67º9.28%38.04%-
XYZ10.5511.5810.91-
YUV94.78124.17126.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.45%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=33.45%
G=34.89%
B=31.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397880.0400.090.6286.674.8636.27
Hex5D61584093E57524
Octal135141130401176127544
Binary101110111000011011000100010011111101010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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