Shades of Submarine #899999
Tints of Submarine #899999
RGB
CMYK
RGB Variations
Color information
#899999 (or 0x899999) is known color: Submarine. HEX triplet: 89, 99 and 99. RGB value is (137,153,153). Sum of RGB (Red+Green+Blue) = 137+153+153=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #899999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899999 is #766666. Grayscale: #949494. Windows color (decimal): -7759463 or 10066313. OLE color: 10066313.
HSL color Cylindrical-coordinate representation of color #899999: hue angle of 180º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899999 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 137 | 153 | 153 | - |
CMYK | 0.10 | 0 | 0 | 0.4 |
HSL | 180º | 0.07% | 0.57% | - |
HSV(B) | 180º | 0.1% | 0.6% | - |
XYZ | 27.46 | 30.4 | 34.56 | - |
YUV | 148.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 153 | 153 | 0.10 | 0 | 0 | 0.4 | 180 | 0.07 | 0.57 |
Hex | 89 | 99 | 99 | A | 0 | 0 | 28 | B4 | 7 | 39 |
Octal | 211 | 231 | 231 | 12 | 0 | 0 | 50 | 264 | 7 | 71 |
Binary | 10001001 | 10011001 | 10011001 | 1010 | 0 | 0 | 101000 | 10110100 | 111 | 111001 |
Color Harmonies of #899999
Complementary color
Monochromatic Colors of #899999
Black with #899999
Text Example
Text Example
White with #899999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899999; }
p { color: rgb(137,153,153); }
H1.HeaderClassName
{
color: #899999;
}
.AnyTagClassName
{
color: #899999;
}
</style>
background-color css
<style>
a { background-color: #899999; }
a { background-color: rgb(137,153,153); }
div.DivClassName
{
background-color: #899999;
}
.BgClassName
{
background-color: #899999;
}
</style>
border-color css
<style>
span { border-color: #899999; }
span { border-color: rgb(137,153,153); }
td.TdClassName
{
border-color: #899999;
}
.TagClassName
{
border-color: #899999;
}
</style>