#5C6153

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

Shades of Chicago #5C6153

Tints of Chicago #5C6153

Color information

#5C6153 (or 0x5C6153) is unknown color: approx Chicago. HEX triplet: 5C, 61 and 53. RGB value is (92,97,83). Sum of RGB (Red+Green+Blue) = 92+97+83=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6153 is #A39EAC. Grayscale: #5D5D5D. Windows color (decimal): -10722989 or 5464412. OLE color: 5464412.

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

Color convert

RGB929783-
CMYK0.0500.140.62
HSL81.43º7.78%35.29%-
HSV(B)81.43º14.43%38.04%-
XYZ10.2511.459.85-
YUV93.91121.84126.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=33.82%
G=35.66%
B=30.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297830.0500.140.6281.437.7835.29
Hex5C615350E3E51823
Octal1341411235016761211043
Binary1011100110000110100111010111011111010100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,83); }

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

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

 a { background-color: rgb(92,97,83); }

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

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

 span { border-color: rgb(92,97,83); }

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