Shades of Submarine #959B9A
Tints of Submarine #959B9A
RGB
CMYK
RGB Variations
Color information
#959B9A (or 0x959B9A) is known color: Submarine. HEX triplet: 95, 9B and 9A. RGB value is (149,155,154). Sum of RGB (Red+Green+Blue) = 149+155+154=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 155 - color contains mainly: green. Hex color #959B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B9A is #6A6465. Grayscale: #999999. Windows color (decimal): -6972518 or 10132373. OLE color: 10132373.
HSL color Cylindrical-coordinate representation of color #959B9A: hue angle of 170º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959B9A is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 154 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.39 |
| HSL | 170º | 0.03% | 0.6% | - |
| HSV(B) | 170º | 0.04% | 0.61% | - |
| XYZ | 29.95 | 32.17 | 35.2 | - |
| YUV | 153.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 154 | 0.04 | 0 | 0.01 | 0.39 | 170 | 0.03 | 0.6 |
| Hex | 95 | 9B | 9A | 4 | 0 | 1 | 27 | AA | 3 | 3C |
| Octal | 225 | 233 | 232 | 4 | 0 | 1 | 47 | 252 | 3 | 74 |
| Binary | 10010101 | 10011011 | 10011010 | 100 | 0 | 1 | 100111 | 10101010 | 11 | 111100 |
Color Harmonies of #959B9A
Complementary color
Monochromatic Colors of #959B9A
Black with #959B9A
Text Example
Text Example
White with #959B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B9A; }
p { color: rgb(149,155,154); }
H1.HeaderClassName
{
color: #959B9A;
}
.AnyTagClassName
{
color: #959B9A;
}
</style>
background-color css
<style>
a { background-color: #959B9A; }
a { background-color: rgb(149,155,154); }
div.DivClassName
{
background-color: #959B9A;
}
.BgClassName
{
background-color: #959B9A;
}
</style>
border-color css
<style>
span { border-color: #959B9A; }
span { border-color: rgb(149,155,154); }
td.TdClassName
{
border-color: #959B9A;
}
.TagClassName
{
border-color: #959B9A;
}
</style>