Shades of Submarine #899395
Tints of Submarine #899395
RGB
CMYK
RGB Variations
Color information
#899395 (or 0x899395) is known color: Submarine. HEX triplet: 89, 93 and 95. RGB value is (137,147,149). Sum of RGB (Red+Green+Blue) = 137+147+149=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 149 - color contains mainly: blue. Hex color #899395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899395 is #766C6A. Grayscale: #909090. Windows color (decimal): -7761003 or 9802633. OLE color: 9802633.
HSL color Cylindrical-coordinate representation of color #899395: hue angle of 190º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899395 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 149 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.42 |
| HSL | 190º | 0.05% | 0.56% | - |
| HSV(B) | 190º | 0.08% | 0.58% | - |
| XYZ | 26.18 | 28.36 | 32.53 | - |
| YUV | 144.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 149 | 0.08 | 0.01 | 0 | 0.42 | 190 | 0.05 | 0.56 |
| Hex | 89 | 93 | 95 | 8 | 1 | 0 | 2A | BE | 5 | 38 |
| Octal | 211 | 223 | 225 | 10 | 1 | 0 | 52 | 276 | 5 | 70 |
| Binary | 10001001 | 10010011 | 10010101 | 1000 | 1 | 0 | 101010 | 10111110 | 101 | 111000 |
Color Harmonies of #899395
Complementary color
Monochromatic Colors of #899395
Black with #899395
Text Example
Text Example
White with #899395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899395; }
p { color: rgb(137,147,149); }
H1.HeaderClassName
{
color: #899395;
}
.AnyTagClassName
{
color: #899395;
}
</style>
background-color css
<style>
a { background-color: #899395; }
a { background-color: rgb(137,147,149); }
div.DivClassName
{
background-color: #899395;
}
.BgClassName
{
background-color: #899395;
}
</style>
border-color css
<style>
span { border-color: #899395; }
span { border-color: rgb(137,147,149); }
td.TdClassName
{
border-color: #899395;
}
.TagClassName
{
border-color: #899395;
}
</style>