#5A604B

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

Shades of Chicago #5A604B

Tints of Chicago #5A604B

Color information

#5A604B (or 0x5A604B) is unknown color: approx Chicago. HEX triplet: 5A, 60 and 4B. RGB value is (90,96,75). Sum of RGB (Red+Green+Blue) = 90+96+75=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #5A604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A604B is #A59FB4. Grayscale: #5B5B5B. Windows color (decimal): -10854325 or 4939866. OLE color: 4939866.

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

Color convert

RGB909675-
CMYK0.0600.220.62
HSL77.14º12.28%33.53%-
HSV(B)77.14º21.88%37.65%-
XYZ9.6711.058.28-
YUV91.81118.51126.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=34.48%
G=36.78%
B=28.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096750.0600.220.6277.1412.2833.53
Hex5A604B60163E4dc22
Octal1321401136026761151442
Binary10110101100000100101111001011011111010011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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