#5A5D52

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

Shades of Chicago #5A5D52

Tints of Chicago #5A5D52

Color information

#5A5D52 (or 0x5A5D52) is unknown color: approx Chicago. HEX triplet: 5A, 5D and 52. RGB value is (90,93,82). Sum of RGB (Red+Green+Blue) = 90+93+82=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5D52 is #A5A2AD. Grayscale: #5A5A5A. Windows color (decimal): -10855086 or 5397850. OLE color: 5397850.

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

Color convert

RGB909382-
CMYK0.0300.120.64
HSL76.36º6.29%34.31%-
HSV(B)76.36º11.83%36.47%-
XYZ9.6510.619.52-
YUV90.85123.01127.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=33.96%
G=35.09%
B=30.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9093820.0300.120.6476.366.2934.31
Hex5A5D5230C404c622
Octal1321351223014100114642
Binary101101010111011010010110110010000001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,93,82); }

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

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

 a { background-color: rgb(90,93,82); }

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

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

 span { border-color: rgb(90,93,82); }

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