Shades of Chicago #5A634F
Tints of Chicago #5A634F
RGB
CMYK
RGB Variations
Color information
#5A634F (or 0x5A634F) is known color: Chicago. HEX triplet: 5A, 63 and 4F. RGB value is (90,99,79). Sum of RGB (Red+Green+Blue) = 90+99+79=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #5A634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A634F is #A59CB0. Grayscale: #5E5E5E. Windows color (decimal): -10853553 or 5202778. OLE color: 5202778.
HSL color Cylindrical-coordinate representation of color #5A634F: hue angle of 87º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A634F is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 79 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.61 |
| HSL | 87º | 0.11% | 0.35% | - |
| HSV(B) | 87º | 0.2% | 0.39% | - |
| XYZ | 10.09 | 11.66 | 9.12 | - |
| YUV | 94.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 79 | 0.09 | 0 | 0.20 | 0.61 | 87 | 0.11 | 0.35 |
| Hex | 5A | 63 | 4F | 9 | 0 | 14 | 3D | 57 | B | 23 |
| Octal | 132 | 143 | 117 | 11 | 0 | 24 | 75 | 127 | 13 | 43 |
| Binary | 1011010 | 1100011 | 1001111 | 1001 | 0 | 10100 | 111101 | 1010111 | 1011 | 100011 |
Color Harmonies of #5A634F
Complementary color
Monochromatic Colors of #5A634F
Black with #5A634F
Text Example
Text Example
White with #5A634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A634F; }
p { color: rgb(90,99,79); }
H1.HeaderClassName
{
color: #5A634F;
}
.AnyTagClassName
{
color: #5A634F;
}
</style>
background-color css
<style>
a { background-color: #5A634F; }
a { background-color: rgb(90,99,79); }
div.DivClassName
{
background-color: #5A634F;
}
.BgClassName
{
background-color: #5A634F;
}
</style>
border-color css
<style>
span { border-color: #5A634F; }
span { border-color: rgb(90,99,79); }
td.TdClassName
{
border-color: #5A634F;
}
.TagClassName
{
border-color: #5A634F;
}
</style>