Shades of Heathered Grey #959183
Tints of Heathered Grey #959183
RGB
CMYK
RGB Variations
Color information
#959183 (or 0x959183) is known color: Heathered Grey. HEX triplet: 95, 91 and 83. RGB value is (149,145,131). Sum of RGB (Red+Green+Blue) = 149+145+131=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #959183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959183 is #6A6E7C. Grayscale: #909090. Windows color (decimal): -6975101 or 8622485. OLE color: 8622485.
HSL color Cylindrical-coordinate representation of color #959183: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959183 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 131 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.42 |
| HSL | 46.67º | 0.08% | 0.55% | - |
| HSV(B) | 46.67º | 0.12% | 0.58% | - |
| XYZ | 26.62 | 28.28 | 25.53 | - |
| YUV | 144.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 131 | 0 | 0.03 | 0.12 | 0.42 | 46.67 | 0.08 | 0.55 |
| Hex | 95 | 91 | 83 | 0 | 3 | C | 2A | 2F | 8 | 37 |
| Octal | 225 | 221 | 203 | 0 | 3 | 14 | 52 | 57 | 10 | 67 |
| Binary | 10010101 | 10010001 | 10000011 | 0 | 11 | 1100 | 101010 | 101111 | 1000 | 110111 |
Color Harmonies of #959183
Complementary color
Monochromatic Colors of #959183
Black with #959183
Text Example
Text Example
White with #959183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959183; }
p { color: rgb(149,145,131); }
H1.HeaderClassName
{
color: #959183;
}
.AnyTagClassName
{
color: #959183;
}
</style>
background-color css
<style>
a { background-color: #959183; }
a { background-color: rgb(149,145,131); }
div.DivClassName
{
background-color: #959183;
}
.BgClassName
{
background-color: #959183;
}
</style>
border-color css
<style>
span { border-color: #959183; }
span { border-color: rgb(149,145,131); }
td.TdClassName
{
border-color: #959183;
}
.TagClassName
{
border-color: #959183;
}
</style>