Shades of Suva Grey #908582
Tints of Suva Grey #908582
RGB
CMYK
RGB Variations
Color information
#908582 (or 0x908582) is known color: Suva Grey. HEX triplet: 90, 85 and 82. RGB value is (144,133,130). Sum of RGB (Red+Green+Blue) = 144+133+130=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908582 is #6F7A7D. Grayscale: #878787. Windows color (decimal): -7305854 or 8553872. OLE color: 8553872.
HSL color Cylindrical-coordinate representation of color #908582: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908582 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 130 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.44 |
| HSL | 12.86º | 0.06% | 0.54% | - |
| HSV(B) | 12.86º | 0.1% | 0.56% | - |
| XYZ | 23.92 | 24.32 | 24.55 | - |
| YUV | 135.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 130 | 0 | 0.08 | 0.10 | 0.44 | 12.86 | 0.06 | 0.54 |
| Hex | 90 | 85 | 82 | 0 | 8 | A | 2C | D | 6 | 36 |
| Octal | 220 | 205 | 202 | 0 | 10 | 12 | 54 | 15 | 6 | 66 |
| Binary | 10010000 | 10000101 | 10000010 | 0 | 1000 | 1010 | 101100 | 1101 | 110 | 110110 |
Color Harmonies of #908582
Complementary color
Monochromatic Colors of #908582
Black with #908582
Text Example
Text Example
White with #908582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908582; }
p { color: rgb(144,133,130); }
H1.HeaderClassName
{
color: #908582;
}
.AnyTagClassName
{
color: #908582;
}
</style>
background-color css
<style>
a { background-color: #908582; }
a { background-color: rgb(144,133,130); }
div.DivClassName
{
background-color: #908582;
}
.BgClassName
{
background-color: #908582;
}
</style>
border-color css
<style>
span { border-color: #908582; }
span { border-color: rgb(144,133,130); }
td.TdClassName
{
border-color: #908582;
}
.TagClassName
{
border-color: #908582;
}
</style>