Shades of Suva Grey #898482
Tints of Suva Grey #898482
RGB
CMYK
RGB Variations
Color information
#898482 (or 0x898482) is known color: Suva Grey. HEX triplet: 89, 84 and 82. RGB value is (137,132,130). Sum of RGB (Red+Green+Blue) = 137+132+130=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 137 - color contains mainly: red. Hex color #898482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898482 is #767B7D. Grayscale: #858585. Windows color (decimal): -7764862 or 8553609. OLE color: 8553609.
HSL color Cylindrical-coordinate representation of color #898482: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898482 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 130 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.46 |
| HSL | 17.14º | 0.03% | 0.52% | - |
| HSV(B) | 17.14º | 0.05% | 0.54% | - |
| XYZ | 22.6 | 23.43 | 24.45 | - |
| YUV | 133.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 130 | 0 | 0.04 | 0.05 | 0.46 | 17.14 | 0.03 | 0.52 |
| Hex | 89 | 84 | 82 | 0 | 4 | 5 | 2E | 11 | 3 | 34 |
| Octal | 211 | 204 | 202 | 0 | 4 | 5 | 56 | 21 | 3 | 64 |
| Binary | 10001001 | 10000100 | 10000010 | 0 | 100 | 101 | 101110 | 10001 | 11 | 110100 |
Color Harmonies of #898482
Complementary color
Monochromatic Colors of #898482
Black with #898482
Text Example
Text Example
White with #898482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898482; }
p { color: rgb(137,132,130); }
H1.HeaderClassName
{
color: #898482;
}
.AnyTagClassName
{
color: #898482;
}
</style>
background-color css
<style>
a { background-color: #898482; }
a { background-color: rgb(137,132,130); }
div.DivClassName
{
background-color: #898482;
}
.BgClassName
{
background-color: #898482;
}
</style>
border-color css
<style>
span { border-color: #898482; }
span { border-color: rgb(137,132,130); }
td.TdClassName
{
border-color: #898482;
}
.TagClassName
{
border-color: #898482;
}
</style>