Shades of Submarine #909596
Tints of Submarine #909596
RGB
CMYK
RGB Variations
Color information
#909596 (or 0x909596) is known color: Submarine. HEX triplet: 90, 95 and 96. RGB value is (144,149,150). Sum of RGB (Red+Green+Blue) = 144+149+150=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 150 - color contains mainly: blue. Hex color #909596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909596 is #6F6A69. Grayscale: #939393. Windows color (decimal): -7301738 or 9868688. OLE color: 9868688.
HSL color Cylindrical-coordinate representation of color #909596: hue angle of 190º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #909596 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 149 | 150 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.41 |
| HSL | 190º | 0.03% | 0.58% | - |
| HSV(B) | 190º | 0.04% | 0.59% | - |
| XYZ | 27.75 | 29.63 | 33.11 | - |
| YUV | 147.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 150 | 0.04 | 0.01 | 0 | 0.41 | 190 | 0.03 | 0.58 |
| Hex | 90 | 95 | 96 | 4 | 1 | 0 | 29 | BE | 3 | 3A |
| Octal | 220 | 225 | 226 | 4 | 1 | 0 | 51 | 276 | 3 | 72 |
| Binary | 10010000 | 10010101 | 10010110 | 100 | 1 | 0 | 101001 | 10111110 | 11 | 111010 |
Color Harmonies of #909596
Complementary color
Monochromatic Colors of #909596
Black with #909596
Text Example
Text Example
White with #909596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909596; }
p { color: rgb(144,149,150); }
H1.HeaderClassName
{
color: #909596;
}
.AnyTagClassName
{
color: #909596;
}
</style>
background-color css
<style>
a { background-color: #909596; }
a { background-color: rgb(144,149,150); }
div.DivClassName
{
background-color: #909596;
}
.BgClassName
{
background-color: #909596;
}
</style>
border-color css
<style>
span { border-color: #909596; }
span { border-color: rgb(144,149,150); }
td.TdClassName
{
border-color: #909596;
}
.TagClassName
{
border-color: #909596;
}
</style>