Shades of Suva Grey #958582
Tints of Suva Grey #958582
RGB
CMYK
RGB Variations
Color information
#958582 (or 0x958582) is known color: Suva Grey. HEX triplet: 95, 85 and 82. RGB value is (149,133,130). Sum of RGB (Red+Green+Blue) = 149+133+130=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958582 is #6A7A7D. Grayscale: #898989. Windows color (decimal): -6978174 or 8553877. OLE color: 8553877.
HSL color Cylindrical-coordinate representation of color #958582: hue angle of 9.47º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958582 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 130 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.42 |
| HSL | 9.47º | 0.08% | 0.55% | - |
| HSV(B) | 9.47º | 0.13% | 0.58% | - |
| XYZ | 24.81 | 24.78 | 24.59 | - |
| YUV | 137.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 130 | 0 | 0.11 | 0.13 | 0.42 | 9.47 | 0.08 | 0.55 |
| Hex | 95 | 85 | 82 | 0 | B | D | 2A | 9 | 8 | 37 |
| Octal | 225 | 205 | 202 | 0 | 13 | 15 | 52 | 11 | 10 | 67 |
| Binary | 10010101 | 10000101 | 10000010 | 0 | 1011 | 1101 | 101010 | 1001 | 1000 | 110111 |
Color Harmonies of #958582
Complementary color
Monochromatic Colors of #958582
Black with #958582
Text Example
Text Example
White with #958582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958582; }
p { color: rgb(149,133,130); }
H1.HeaderClassName
{
color: #958582;
}
.AnyTagClassName
{
color: #958582;
}
</style>
background-color css
<style>
a { background-color: #958582; }
a { background-color: rgb(149,133,130); }
div.DivClassName
{
background-color: #958582;
}
.BgClassName
{
background-color: #958582;
}
</style>
border-color css
<style>
span { border-color: #958582; }
span { border-color: rgb(149,133,130); }
td.TdClassName
{
border-color: #958582;
}
.TagClassName
{
border-color: #958582;
}
</style>