Shades of Submarine #919998
Tints of Submarine #919998
RGB
CMYK
RGB Variations
Color information
#919998 (or 0x919998) is known color: Submarine. HEX triplet: 91, 99 and 98. RGB value is (145,153,152). Sum of RGB (Red+Green+Blue) = 145+153+152=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 153 - color contains mainly: green. Hex color #919998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919998 is #6E6667. Grayscale: #969696. Windows color (decimal): -7235176 or 10000785. OLE color: 10000785.
HSL color Cylindrical-coordinate representation of color #919998: hue angle of 172.5º 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 #919998 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 152 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.4 |
| HSL | 172.5º | 0.04% | 0.58% | - |
| HSV(B) | 172.5º | 0.05% | 0.6% | - |
| XYZ | 28.74 | 31.07 | 34.19 | - |
| YUV | 150.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 152 | 0.05 | 0 | 0.01 | 0.4 | 172.5 | 0.04 | 0.58 |
| Hex | 91 | 99 | 98 | 5 | 0 | 1 | 28 | AC | 4 | 3A |
| Octal | 221 | 231 | 230 | 5 | 0 | 1 | 50 | 254 | 4 | 72 |
| Binary | 10010001 | 10011001 | 10011000 | 101 | 0 | 1 | 101000 | 10101100 | 100 | 111010 |
Color Harmonies of #919998
Complementary color
Monochromatic Colors of #919998
Black with #919998
Text Example
Text Example
White with #919998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919998; }
p { color: rgb(145,153,152); }
H1.HeaderClassName
{
color: #919998;
}
.AnyTagClassName
{
color: #919998;
}
</style>
background-color css
<style>
a { background-color: #919998; }
a { background-color: rgb(145,153,152); }
div.DivClassName
{
background-color: #919998;
}
.BgClassName
{
background-color: #919998;
}
</style>
border-color css
<style>
span { border-color: #919998; }
span { border-color: rgb(145,153,152); }
td.TdClassName
{
border-color: #919998;
}
.TagClassName
{
border-color: #919998;
}
</style>