#5A624E

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

Shades of Chicago #5A624E

Tints of Chicago #5A624E

Color information

#5A624E (or 0x5A624E) is unknown color: approx Chicago. HEX triplet: 5A, 62 and 4E. RGB value is (90,98,78). Sum of RGB (Red+Green+Blue) = 90+98+78=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #5A624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A624E is #A59DB1. Grayscale: #5D5D5D. Windows color (decimal): -10853810 or 5136986. OLE color: 5136986.

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

Color convert

RGB909878-
CMYK0.0800.200.62
HSL84º11.36%34.51%-
HSV(B)84º20.41%38.43%-
XYZ9.9611.468.89-
YUV93.33119.35125.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.83%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=33.83%
G=36.84%
B=29.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098780.0800.200.628411.3634.51
Hex5A624E80143E54b23
Octal13214211610024761241343
Binary101101011000101001110100001010011111010101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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