#5A6350

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

Shades of Chicago #5A6350

Tints of Chicago #5A6350

Color information

#5A6350 (or 0x5A6350) is unknown color: approx Chicago. HEX triplet: 5A, 63 and 50. RGB value is (90,99,80). Sum of RGB (Red+Green+Blue) = 90+99+80=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6350 is #A59CAF. Grayscale: #5E5E5E. Windows color (decimal): -10853552 or 5268314. OLE color: 5268314.

HSL color Cylindrical-coordinate representation of color #5A6350: hue angle of 88.42º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6350 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB909980-
CMYK0.0900.190.61
HSL88.42º10.61%35.1%-
HSV(B)88.42º19.19%38.82%-
XYZ10.1311.689.31-
YUV94.14120.02125.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=33.46%
G=36.80%
B=29.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9099800.0900.190.6188.4210.6135.1
Hex5A635090133D58b23
Octal13214312011023751301343
Binary101101011000111010000100101001111110110110001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,99,80); }

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

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

 a { background-color: rgb(90,99,80); }

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

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

 span { border-color: rgb(90,99,80); }

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