#5A604D

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

Shades of Chicago #5A604D

Tints of Chicago #5A604D

Color information

#5A604D (or 0x5A604D) is unknown color: approx Chicago. HEX triplet: 5A, 60 and 4D. RGB value is (90,96,77). Sum of RGB (Red+Green+Blue) = 90+96+77=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #5A604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A604D is #A59FB2. Grayscale: #5C5C5C. Windows color (decimal): -10854323 or 5070938. OLE color: 5070938.

HSL color Cylindrical-coordinate representation of color #5A604D: hue angle of 78.95º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A604D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB909677-
CMYK0.0600.200.62
HSL78.95º10.98%33.92%-
HSV(B)78.95º19.79%37.65%-
XYZ9.7411.088.65-
YUV92.04119.51126.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.22%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=34.22%
G=36.50%
B=29.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096770.0600.200.6278.9510.9833.92
Hex5A604D60143E4fb22
Octal1321401156024761171342
Binary10110101100000100110111001010011111010011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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