#5A604F

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

Shades of Chicago #5A604F

Tints of Chicago #5A604F

Color information

#5A604F (or 0x5A604F) is unknown color: approx Chicago. HEX triplet: 5A, 60 and 4F. RGB value is (90,96,79). Sum of RGB (Red+Green+Blue) = 90+96+79=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #5A604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A604F is #A59FB0. Grayscale: #5C5C5C. Windows color (decimal): -10854321 or 5202010. OLE color: 5202010.

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

Color convert

RGB909679-
CMYK0.0600.180.62
HSL81.18º9.71%34.31%-
HSV(B)81.18º17.71%37.65%-
XYZ9.8111.19.02-
YUV92.27120.51126.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=33.96%
G=36.23%
B=29.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096790.0600.180.6281.189.7134.31
Hex5A604F60123E51a22
Octal1321401176022761211242
Binary10110101100000100111111001001011111010100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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