Shades of Submarine #959D9C
Tints of Submarine #959D9C
RGB
CMYK
RGB Variations
Color information
#959D9C (or 0x959D9C) is known color: Submarine. HEX triplet: 95, 9D and 9C. RGB value is (149,157,156). Sum of RGB (Red+Green+Blue) = 149+157+156=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 157 - color contains mainly: green. Hex color #959D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D9C is #6A6263. Grayscale: #9A9A9A. Windows color (decimal): -6972004 or 10263957. OLE color: 10263957.
HSL color Cylindrical-coordinate representation of color #959D9C: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #959D9C is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 156 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.38 |
| HSL | 172.5º | 0.04% | 0.6% | - |
| HSV(B) | 172.5º | 0.05% | 0.62% | - |
| XYZ | 30.45 | 32.9 | 36.2 | - |
| YUV | 154.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 156 | 0.05 | 0 | 0.01 | 0.38 | 172.5 | 0.04 | 0.6 |
| Hex | 95 | 9D | 9C | 5 | 0 | 1 | 26 | AC | 4 | 3C |
| Octal | 225 | 235 | 234 | 5 | 0 | 1 | 46 | 254 | 4 | 74 |
| Binary | 10010101 | 10011101 | 10011100 | 101 | 0 | 1 | 100110 | 10101100 | 100 | 111100 |
Color Harmonies of #959D9C
Complementary color
Monochromatic Colors of #959D9C
Black with #959D9C
Text Example
Text Example
White with #959D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D9C; }
p { color: rgb(149,157,156); }
H1.HeaderClassName
{
color: #959D9C;
}
.AnyTagClassName
{
color: #959D9C;
}
</style>
background-color css
<style>
a { background-color: #959D9C; }
a { background-color: rgb(149,157,156); }
div.DivClassName
{
background-color: #959D9C;
}
.BgClassName
{
background-color: #959D9C;
}
</style>
border-color css
<style>
span { border-color: #959D9C; }
span { border-color: rgb(149,157,156); }
td.TdClassName
{
border-color: #959D9C;
}
.TagClassName
{
border-color: #959D9C;
}
</style>