Shades of Submarine #889CA0
Tints of Submarine #889CA0
RGB
CMYK
RGB Variations
Color information
#889CA0 (or 0x889CA0) is known color: Submarine. HEX triplet: 88, 9C and A0. RGB value is (136,156,160). Sum of RGB (Red+Green+Blue) = 136+156+160=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 160 - color contains mainly: blue. Hex color #889CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889CA0 is #77635F. Grayscale: #969696. Windows color (decimal): -7824224 or 10525832. OLE color: 10525832.
HSL color Cylindrical-coordinate representation of color #889CA0: hue angle of 190º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #889CA0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 156 | 160 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.37 |
| HSL | 190º | 0.11% | 0.58% | - |
| HSV(B) | 190º | 0.15% | 0.63% | - |
| XYZ | 28.39 | 31.55 | 37.85 | - |
| YUV | 150.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 160 | 0.15 | 0.02 | 0 | 0.37 | 190 | 0.11 | 0.58 |
| Hex | 88 | 9C | A0 | F | 2 | 0 | 25 | BE | B | 3A |
| Octal | 210 | 234 | 240 | 17 | 2 | 0 | 45 | 276 | 13 | 72 |
| Binary | 10001000 | 10011100 | 10100000 | 1111 | 10 | 0 | 100101 | 10111110 | 1011 | 111010 |
Color Harmonies of #889CA0
Complementary color
Monochromatic Colors of #889CA0
Black with #889CA0
Text Example
Text Example
White with #889CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CA0; }
p { color: rgb(136,156,160); }
H1.HeaderClassName
{
color: #889CA0;
}
.AnyTagClassName
{
color: #889CA0;
}
</style>
background-color css
<style>
a { background-color: #889CA0; }
a { background-color: rgb(136,156,160); }
div.DivClassName
{
background-color: #889CA0;
}
.BgClassName
{
background-color: #889CA0;
}
</style>
border-color css
<style>
span { border-color: #889CA0; }
span { border-color: rgb(136,156,160); }
td.TdClassName
{
border-color: #889CA0;
}
.TagClassName
{
border-color: #889CA0;
}
</style>