#5A614D

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

Shades of Chicago #5A614D

Tints of Chicago #5A614D

Color information

#5A614D (or 0x5A614D) is unknown color: approx Chicago. HEX triplet: 5A, 61 and 4D. RGB value is (90,97,77). Sum of RGB (Red+Green+Blue) = 90+97+77=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #5A614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A614D is #A59EB2. Grayscale: #5C5C5C. Windows color (decimal): -10854067 or 5071194. OLE color: 5071194.

HSL color Cylindrical-coordinate representation of color #5A614D: hue angle of 81º degrees, saturation: 0.11, 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 #5A614D is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB909777-
CMYK0.0700.210.62
HSL81º11.49%34.12%-
HSV(B)81º20.62%38.04%-
XYZ9.8311.268.68-
YUV92.63119.18126.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.09%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=34.09%
G=36.74%
B=29.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9097770.0700.210.628111.4934.12
Hex5A614D70153E51b22
Octal1321411157025761211342
Binary10110101100001100110111101010111111010100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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