Shades of Chicago #5A634C
Tints of Chicago #5A634C
RGB
CMYK
RGB Variations
Color information
#5A634C (or 0x5A634C) is known color: Chicago. HEX triplet: 5A, 63 and 4C. RGB value is (90,99,76). Sum of RGB (Red+Green+Blue) = 90+99+76=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #5A634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A634C is #A59CB3. Grayscale: #5D5D5D. Windows color (decimal): -10853556 or 5006170. OLE color: 5006170.
HSL color Cylindrical-coordinate representation of color #5A634C: hue angle of 83.48º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A634C is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 76 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.61 |
| HSL | 83.48º | 0.13% | 0.34% | - |
| HSV(B) | 83.48º | 0.23% | 0.39% | - |
| XYZ | 9.98 | 11.62 | 8.55 | - |
| YUV | 93.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 76 | 0.09 | 0 | 0.23 | 0.61 | 83.48 | 0.13 | 0.34 |
| Hex | 5A | 63 | 4C | 9 | 0 | 17 | 3D | 53 | D | 22 |
| Octal | 132 | 143 | 114 | 11 | 0 | 27 | 75 | 123 | 15 | 42 |
| Binary | 1011010 | 1100011 | 1001100 | 1001 | 0 | 10111 | 111101 | 1010011 | 1101 | 100010 |
Color Harmonies of #5A634C
Complementary color
Monochromatic Colors of #5A634C
Black with #5A634C
Text Example
Text Example
White with #5A634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A634C; }
p { color: rgb(90,99,76); }
H1.HeaderClassName
{
color: #5A634C;
}
.AnyTagClassName
{
color: #5A634C;
}
</style>
background-color css
<style>
a { background-color: #5A634C; }
a { background-color: rgb(90,99,76); }
div.DivClassName
{
background-color: #5A634C;
}
.BgClassName
{
background-color: #5A634C;
}
</style>
border-color css
<style>
span { border-color: #5A634C; }
span { border-color: rgb(90,99,76); }
td.TdClassName
{
border-color: #5A634C;
}
.TagClassName
{
border-color: #5A634C;
}
</style>