Shades of Submarine #909898
Tints of Submarine #909898
RGB
CMYK
RGB Variations
Color information
#909898 (or 0x909898) is known color: Submarine. HEX triplet: 90, 98 and 98. RGB value is (144,152,152). Sum of RGB (Red+Green+Blue) = 144+152+152=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #909898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909898 is #6F6767. Grayscale: #959595. Windows color (decimal): -7300968 or 10000528. OLE color: 10000528.
HSL color Cylindrical-coordinate representation of color #909898: 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.05%. Process color model (Four color, CMYK) of #909898 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 152 | - |
| CMYK | 0.05 | 0 | 0 | 0.40 |
| HSL | 180º | 0.04% | 0.58% | - |
| HSV(B) | 180º | 0.05% | 0.6% | - |
| XYZ | 28.4 | 30.65 | 34.13 | - |
| YUV | 149.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 152 | 0.05 | 0 | 0 | 0.40 | 180 | 0.04 | 0.58 |
| Hex | 90 | 98 | 98 | 5 | 0 | 0 | 28 | B4 | 4 | 3A |
| Octal | 220 | 230 | 230 | 5 | 0 | 0 | 50 | 264 | 4 | 72 |
| Binary | 10010000 | 10011000 | 10011000 | 101 | 0 | 0 | 101000 | 10110100 | 100 | 111010 |
Color Harmonies of #909898
Complementary color
Monochromatic Colors of #909898
Black with #909898
Text Example
Text Example
White with #909898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909898; }
p { color: rgb(144,152,152); }
H1.HeaderClassName
{
color: #909898;
}
.AnyTagClassName
{
color: #909898;
}
</style>
background-color css
<style>
a { background-color: #909898; }
a { background-color: rgb(144,152,152); }
div.DivClassName
{
background-color: #909898;
}
.BgClassName
{
background-color: #909898;
}
</style>
border-color css
<style>
span { border-color: #909898; }
span { border-color: rgb(144,152,152); }
td.TdClassName
{
border-color: #909898;
}
.TagClassName
{
border-color: #909898;
}
</style>