#5A624D

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

Shades of Chicago #5A624D

Tints of Chicago #5A624D

Color information

#5A624D (or 0x5A624D) is unknown color: approx Chicago. HEX triplet: 5A, 62 and 4D. RGB value is (90,98,77). Sum of RGB (Red+Green+Blue) = 90+98+77=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #5A624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A624D is #A59DB2. Grayscale: #5D5D5D. Windows color (decimal): -10853811 or 5071450. OLE color: 5071450.

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

Color convert

RGB909877-
CMYK0.0800.210.62
HSL82.86º12%34.31%-
HSV(B)82.86º21.43%38.43%-
XYZ9.9211.448.71-
YUV93.21118.85125.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=33.96%
G=36.98%
B=29.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098770.0800.210.6282.861234.31
Hex5A624D80153E53c22
Octal13214211510025761231442
Binary101101011000101001101100001010111111010100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,98,77); }

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

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

 a { background-color: rgb(90,98,77); }

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

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

 span { border-color: rgb(90,98,77); }

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