#5A5B55

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

Shades of Chicago #5A5B55

Tints of Chicago #5A5B55

Color information

#5A5B55 (or 0x5A5B55) is unknown color: approx Chicago. HEX triplet: 5A, 5B and 55. RGB value is (90,91,85). Sum of RGB (Red+Green+Blue) = 90+91+85=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B55 is #A5A4AA. Grayscale: #5A5A5A. Windows color (decimal): -10855595 or 5593946. OLE color: 5593946.

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

Color convert

RGB909185-
CMYK0.0100.070.64
HSL70º3.41%34.51%-
HSV(B)70º6.59%35.69%-
XYZ9.610.3110.08-
YUV90.02125.17127.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.83%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=33.83%
G=34.21%
B=31.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9091850.0100.070.64703.4134.51
Hex5A5B551074046323
Octal132133125107100106343
Binary101101010110111010101101111000000100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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