Shades of Suva Grey #958E8E
Tints of Suva Grey #958E8E
RGB
CMYK
RGB Variations
Color information
#958E8E (or 0x958E8E) is known color: Suva Grey. HEX triplet: 95, 8E and 8E. RGB value is (149,142,142). Sum of RGB (Red+Green+Blue) = 149+142+142=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 149 - color contains mainly: red. Hex color #958E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E8E is #6A7171. Grayscale: #909090. Windows color (decimal): -6975858 or 9342613. OLE color: 9342613.
HSL color Cylindrical-coordinate representation of color #958E8E: hue angle of 0º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #958E8E is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 142 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.42 |
| HSL | 0º | 0.03% | 0.57% | - |
| HSV(B) | 0º | 0.05% | 0.58% | - |
| XYZ | 26.95 | 27.69 | 29.52 | - |
| YUV | 144.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 142 | 0 | 0.05 | 0.05 | 0.42 | 0 | 0.03 | 0.57 |
| Hex | 95 | 8E | 8E | 0 | 5 | 5 | 2A | 0 | 3 | 39 |
| Octal | 225 | 216 | 216 | 0 | 5 | 5 | 52 | 0 | 3 | 71 |
| Binary | 10010101 | 10001110 | 10001110 | 0 | 101 | 101 | 101010 | 0 | 11 | 111001 |
Color Harmonies of #958E8E
Complementary color
Monochromatic Colors of #958E8E
Black with #958E8E
Text Example
Text Example
White with #958E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E8E; }
p { color: rgb(149,142,142); }
H1.HeaderClassName
{
color: #958E8E;
}
.AnyTagClassName
{
color: #958E8E;
}
</style>
background-color css
<style>
a { background-color: #958E8E; }
a { background-color: rgb(149,142,142); }
div.DivClassName
{
background-color: #958E8E;
}
.BgClassName
{
background-color: #958E8E;
}
</style>
border-color css
<style>
span { border-color: #958E8E; }
span { border-color: rgb(149,142,142); }
td.TdClassName
{
border-color: #958E8E;
}
.TagClassName
{
border-color: #958E8E;
}
</style>