#5A5D55

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

Shades of Chicago #5A5D55

Tints of Chicago #5A5D55

Color information

#5A5D55 (or 0x5A5D55) is unknown color: approx Chicago. HEX triplet: 5A, 5D and 55. RGB value is (90,93,85). Sum of RGB (Red+Green+Blue) = 90+93+85=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5D55 is #A5A2AA. Grayscale: #5B5B5B. Windows color (decimal): -10855083 or 5594458. OLE color: 5594458.

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

Color convert

RGB909385-
CMYK0.0300.090.64
HSL82.5º4.49%34.9%-
HSV(B)82.5º8.6%36.47%-
XYZ9.7710.6610.14-
YUV91.19124.51127.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=33.58%
G=34.70%
B=31.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9093850.0300.090.6482.54.4934.9
Hex5A5D553094052423
Octal1321351253011100122443
Binary101101010111011010101110100110000001010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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