Shades of Suva Grey #958985
Tints of Suva Grey #958985
RGB
CMYK
RGB Variations
Color information
#958985 (or 0x958985) is known color: Suva Grey. HEX triplet: 95, 89 and 85. RGB value is (149,137,133). Sum of RGB (Red+Green+Blue) = 149+137+133=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #958985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958985 is #6A767A. Grayscale: #8C8C8C. Windows color (decimal): -6977147 or 8751509. OLE color: 8751509.
HSL color Cylindrical-coordinate representation of color #958985: hue angle of 15º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958985 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 133 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.42 |
| HSL | 15º | 0.07% | 0.55% | - |
| HSV(B) | 15º | 0.11% | 0.58% | - |
| XYZ | 25.57 | 25.97 | 25.86 | - |
| YUV | 140.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 133 | 0 | 0.08 | 0.11 | 0.42 | 15 | 0.07 | 0.55 |
| Hex | 95 | 89 | 85 | 0 | 8 | B | 2A | F | 7 | 37 |
| Octal | 225 | 211 | 205 | 0 | 10 | 13 | 52 | 17 | 7 | 67 |
| Binary | 10010101 | 10001001 | 10000101 | 0 | 1000 | 1011 | 101010 | 1111 | 111 | 110111 |
Color Harmonies of #958985
Complementary color
Monochromatic Colors of #958985
Black with #958985
Text Example
Text Example
White with #958985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958985; }
p { color: rgb(149,137,133); }
H1.HeaderClassName
{
color: #958985;
}
.AnyTagClassName
{
color: #958985;
}
</style>
background-color css
<style>
a { background-color: #958985; }
a { background-color: rgb(149,137,133); }
div.DivClassName
{
background-color: #958985;
}
.BgClassName
{
background-color: #958985;
}
</style>
border-color css
<style>
span { border-color: #958985; }
span { border-color: rgb(149,137,133); }
td.TdClassName
{
border-color: #958985;
}
.TagClassName
{
border-color: #958985;
}
</style>