Shades of Submarine #909999
Tints of Submarine #909999
RGB
CMYK
RGB Variations
Color information
#909999 (or 0x909999) is known color: Submarine. HEX triplet: 90, 99 and 99. RGB value is (144,153,153). Sum of RGB (Red+Green+Blue) = 144+153+153=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #909999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909999 is #6F6666. Grayscale: #969696. Windows color (decimal): -7300711 or 10066320. OLE color: 10066320.
HSL color Cylindrical-coordinate representation of color #909999: hue angle of 180º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #909999 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 153 | - |
| CMYK | 0.06 | 0 | 0 | 0.4 |
| HSL | 180º | 0.04% | 0.58% | - |
| HSV(B) | 180º | 0.06% | 0.6% | - |
| XYZ | 28.64 | 31.01 | 34.61 | - |
| YUV | 150.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 153 | 0.06 | 0 | 0 | 0.4 | 180 | 0.04 | 0.58 |
| Hex | 90 | 99 | 99 | 6 | 0 | 0 | 28 | B4 | 4 | 3A |
| Octal | 220 | 231 | 231 | 6 | 0 | 0 | 50 | 264 | 4 | 72 |
| Binary | 10010000 | 10011001 | 10011001 | 110 | 0 | 0 | 101000 | 10110100 | 100 | 111010 |
Color Harmonies of #909999
Complementary color
Monochromatic Colors of #909999
Black with #909999
Text Example
Text Example
White with #909999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909999; }
p { color: rgb(144,153,153); }
H1.HeaderClassName
{
color: #909999;
}
.AnyTagClassName
{
color: #909999;
}
</style>
background-color css
<style>
a { background-color: #909999; }
a { background-color: rgb(144,153,153); }
div.DivClassName
{
background-color: #909999;
}
.BgClassName
{
background-color: #909999;
}
</style>
border-color css
<style>
span { border-color: #909999; }
span { border-color: rgb(144,153,153); }
td.TdClassName
{
border-color: #909999;
}
.TagClassName
{
border-color: #909999;
}
</style>