Shades of Submarine #919696
Tints of Submarine #919696
RGB
CMYK
RGB Variations
Color information
#919696 (or 0x919696) is known color: Submarine. HEX triplet: 91, 96 and 96. RGB value is (145,150,150). Sum of RGB (Red+Green+Blue) = 145+150+150=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #919696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919696 is #6E6969. Grayscale: #949494. Windows color (decimal): -7235946 or 9868945. OLE color: 9868945.
HSL color Cylindrical-coordinate representation of color #919696: hue angle of 180º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #919696 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 150 | - |
| CMYK | 0.03 | 0 | 0 | 0.41 |
| HSL | 180º | 0.02% | 0.58% | - |
| HSV(B) | 180º | 0.03% | 0.59% | - |
| XYZ | 28.09 | 30.03 | 33.17 | - |
| YUV | 148.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 150 | 0.03 | 0 | 0 | 0.41 | 180 | 0.02 | 0.58 |
| Hex | 91 | 96 | 96 | 3 | 0 | 0 | 29 | B4 | 2 | 3A |
| Octal | 221 | 226 | 226 | 3 | 0 | 0 | 51 | 264 | 2 | 72 |
| Binary | 10010001 | 10010110 | 10010110 | 11 | 0 | 0 | 101001 | 10110100 | 10 | 111010 |
Color Harmonies of #919696
Complementary color
Monochromatic Colors of #919696
Black with #919696
Text Example
Text Example
White with #919696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919696; }
p { color: rgb(145,150,150); }
H1.HeaderClassName
{
color: #919696;
}
.AnyTagClassName
{
color: #919696;
}
</style>
background-color css
<style>
a { background-color: #919696; }
a { background-color: rgb(145,150,150); }
div.DivClassName
{
background-color: #919696;
}
.BgClassName
{
background-color: #919696;
}
</style>
border-color css
<style>
span { border-color: #919696; }
span { border-color: rgb(145,150,150); }
td.TdClassName
{
border-color: #919696;
}
.TagClassName
{
border-color: #919696;
}
</style>