#5A604C

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

Shades of Chicago #5A604C

Tints of Chicago #5A604C

Color information

#5A604C (or 0x5A604C) is unknown color: approx Chicago. HEX triplet: 5A, 60 and 4C. RGB value is (90,96,76). Sum of RGB (Red+Green+Blue) = 90+96+76=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #5A604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A604C is #A59FB3. Grayscale: #5C5C5C. Windows color (decimal): -10854324 or 5005402. OLE color: 5005402.

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

Color convert

RGB909676-
CMYK0.0600.210.62
HSL78º11.63%33.73%-
HSV(B)78º20.83%37.65%-
XYZ9.711.068.46-
YUV91.93119.01126.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.35%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=34.35%
G=36.64%
B=29.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096760.0600.210.627811.6333.73
Hex5A604C60153E4ec22
Octal1321401146025761161442
Binary10110101100000100110011001010111111010011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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