Shades of Chicago #5C624F
Tints of Chicago #5C624F
RGB
CMYK
RGB Variations
Color information
#5C624F (or 0x5C624F) is known color: Chicago. HEX triplet: 5C, 62 and 4F. RGB value is (92,98,79). Sum of RGB (Red+Green+Blue) = 92+98+79=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #5C624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C624F is #A39DB0. Grayscale: #5E5E5E. Windows color (decimal): -10722737 or 5202524. OLE color: 5202524.
HSL color Cylindrical-coordinate representation of color #5C624F: hue angle of 78.95º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C624F is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 98 | 79 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.62 |
| HSL | 78.95º | 0.11% | 0.35% | - |
| HSV(B) | 78.95º | 0.19% | 0.38% | - |
| XYZ | 10.19 | 11.58 | 9.09 | - |
| YUV | 94.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 79 | 0.06 | 0 | 0.19 | 0.62 | 78.95 | 0.11 | 0.35 |
| Hex | 5C | 62 | 4F | 6 | 0 | 13 | 3E | 4F | B | 23 |
| Octal | 134 | 142 | 117 | 6 | 0 | 23 | 76 | 117 | 13 | 43 |
| Binary | 1011100 | 1100010 | 1001111 | 110 | 0 | 10011 | 111110 | 1001111 | 1011 | 100011 |
Color Harmonies of #5C624F
Complementary color
Monochromatic Colors of #5C624F
Black with #5C624F
Text Example
Text Example
White with #5C624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C624F; }
p { color: rgb(92,98,79); }
H1.HeaderClassName
{
color: #5C624F;
}
.AnyTagClassName
{
color: #5C624F;
}
</style>
background-color css
<style>
a { background-color: #5C624F; }
a { background-color: rgb(92,98,79); }
div.DivClassName
{
background-color: #5C624F;
}
.BgClassName
{
background-color: #5C624F;
}
</style>
border-color css
<style>
span { border-color: #5C624F; }
span { border-color: rgb(92,98,79); }
td.TdClassName
{
border-color: #5C624F;
}
.TagClassName
{
border-color: #5C624F;
}
</style>