Shades of Jumbo #898985
Tints of Jumbo #898985
RGB
CMYK
RGB Variations
Color information
#898985 (or 0x898985) is known color: Jumbo. HEX triplet: 89, 89 and 85. RGB value is (137,137,133). Sum of RGB (Red+Green+Blue) = 137+137+133=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898985 is #76767A. Grayscale: #888888. Windows color (decimal): -7763579 or 8751497. OLE color: 8751497.
HSL color Cylindrical-coordinate representation of color #898985: hue angle of 60º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #898985 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 133 | - |
| CMYK | 0 | 0 | 0.03 | 0.46 |
| HSL | 60º | 0.02% | 0.53% | - |
| HSV(B) | 60º | 0.03% | 0.54% | - |
| XYZ | 23.5 | 24.9 | 25.76 | - |
| YUV | 136.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 133 | 0 | 0 | 0.03 | 0.46 | 60 | 0.02 | 0.53 |
| Hex | 89 | 89 | 85 | 0 | 0 | 3 | 2E | 3C | 2 | 35 |
| Octal | 211 | 211 | 205 | 0 | 0 | 3 | 56 | 74 | 2 | 65 |
| Binary | 10001001 | 10001001 | 10000101 | 0 | 0 | 11 | 101110 | 111100 | 10 | 110101 |
Color Harmonies of #898985
Complementary color
Monochromatic Colors of #898985
Black with #898985
Text Example
Text Example
White with #898985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898985; }
p { color: rgb(137,137,133); }
H1.HeaderClassName
{
color: #898985;
}
.AnyTagClassName
{
color: #898985;
}
</style>
background-color css
<style>
a { background-color: #898985; }
a { background-color: rgb(137,137,133); }
div.DivClassName
{
background-color: #898985;
}
.BgClassName
{
background-color: #898985;
}
</style>
border-color css
<style>
span { border-color: #898985; }
span { border-color: rgb(137,137,133); }
td.TdClassName
{
border-color: #898985;
}
.TagClassName
{
border-color: #898985;
}
</style>