#5A6250

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

Shades of Chicago #5A6250

Tints of Chicago #5A6250

Color information

#5A6250 (or 0x5A6250) is unknown color: approx Chicago. HEX triplet: 5A, 62 and 50. RGB value is (90,98,80). Sum of RGB (Red+Green+Blue) = 90+98+80=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6250 is #A59DAF. Grayscale: #5D5D5D. Windows color (decimal): -10853808 or 5268058. OLE color: 5268058.

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

Color convert

RGB909880-
CMYK0.0800.180.62
HSL86.67º10.11%34.9%-
HSV(B)86.67º18.37%38.43%-
XYZ10.0311.499.28-
YUV93.56120.35125.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=33.58%
G=36.57%
B=29.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098800.0800.180.6286.6710.1134.9
Hex5A625080123E57a23
Octal13214212010022761271243
Binary101101011000101010000100001001011111010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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