Shades of Cascade #959F9B
Tints of Cascade #959F9B
RGB
CMYK
RGB Variations
Color information
#959F9B (or 0x959F9B) is known color: Cascade. HEX triplet: 95, 9F and 9B. RGB value is (149,159,155). Sum of RGB (Red+Green+Blue) = 149+159+155=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 159 - color contains mainly: green. Hex color #959F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F9B is #6A6064. Grayscale: #9B9B9B. Windows color (decimal): -6971493 or 10198933. OLE color: 10198933.
HSL color Cylindrical-coordinate representation of color #959F9B: hue angle of 156º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #959F9B is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 155 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.38 |
| HSL | 156º | 0.05% | 0.6% | - |
| HSV(B) | 156º | 0.06% | 0.62% | - |
| XYZ | 30.71 | 33.55 | 35.87 | - |
| YUV | 155.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 155 | 0.06 | 0 | 0.03 | 0.38 | 156 | 0.05 | 0.6 |
| Hex | 95 | 9F | 9B | 6 | 0 | 3 | 26 | 9C | 5 | 3C |
| Octal | 225 | 237 | 233 | 6 | 0 | 3 | 46 | 234 | 5 | 74 |
| Binary | 10010101 | 10011111 | 10011011 | 110 | 0 | 11 | 100110 | 10011100 | 101 | 111100 |
Color Harmonies of #959F9B
Complementary color
Monochromatic Colors of #959F9B
Black with #959F9B
Text Example
Text Example
White with #959F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F9B; }
p { color: rgb(149,159,155); }
H1.HeaderClassName
{
color: #959F9B;
}
.AnyTagClassName
{
color: #959F9B;
}
</style>
background-color css
<style>
a { background-color: #959F9B; }
a { background-color: rgb(149,159,155); }
div.DivClassName
{
background-color: #959F9B;
}
.BgClassName
{
background-color: #959F9B;
}
</style>
border-color css
<style>
span { border-color: #959F9B; }
span { border-color: rgb(149,159,155); }
td.TdClassName
{
border-color: #959F9B;
}
.TagClassName
{
border-color: #959F9B;
}
</style>