Shades of Chicago #5A6152
Tints of Chicago #5A6152
RGB
CMYK
RGB Variations
Color information
#5A6152 (or 0x5A6152) is known color: Chicago. HEX triplet: 5A, 61 and 52. RGB value is (90,97,82). Sum of RGB (Red+Green+Blue) = 90+97+82=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6152 is #A59EAD. Grayscale: #5D5D5D. Windows color (decimal): -10854062 or 5398874. OLE color: 5398874.
HSL color Cylindrical-coordinate representation of color #5A6152: hue angle of 88º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A6152 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 82 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.62 |
| HSL | 88º | 0.08% | 0.35% | - |
| HSV(B) | 88º | 0.15% | 0.38% | - |
| XYZ | 10.01 | 11.33 | 9.64 | - |
| YUV | 93.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 82 | 0.07 | 0 | 0.15 | 0.62 | 88 | 0.08 | 0.35 |
| Hex | 5A | 61 | 52 | 7 | 0 | F | 3E | 58 | 8 | 23 |
| Octal | 132 | 141 | 122 | 7 | 0 | 17 | 76 | 130 | 10 | 43 |
| Binary | 1011010 | 1100001 | 1010010 | 111 | 0 | 1111 | 111110 | 1011000 | 1000 | 100011 |
Color Harmonies of #5A6152
Complementary color
Monochromatic Colors of #5A6152
Black with #5A6152
Text Example
Text Example
White with #5A6152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6152; }
p { color: rgb(90,97,82); }
H1.HeaderClassName
{
color: #5A6152;
}
.AnyTagClassName
{
color: #5A6152;
}
</style>
background-color css
<style>
a { background-color: #5A6152; }
a { background-color: rgb(90,97,82); }
div.DivClassName
{
background-color: #5A6152;
}
.BgClassName
{
background-color: #5A6152;
}
</style>
border-color css
<style>
span { border-color: #5A6152; }
span { border-color: rgb(90,97,82); }
td.TdClassName
{
border-color: #5A6152;
}
.TagClassName
{
border-color: #5A6152;
}
</style>