Shades of Submarine #889191
Tints of Submarine #889191
RGB
CMYK
RGB Variations
Color information
#889191 (or 0x889191) is known color: Submarine. HEX triplet: 88, 91 and 91. RGB value is (136,145,145). Sum of RGB (Red+Green+Blue) = 136+145+145=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #889191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889191 is #776E6E. Grayscale: #8E8E8E. Windows color (decimal): -7827055 or 9539976. OLE color: 9539976.
HSL color Cylindrical-coordinate representation of color #889191: hue angle of 180º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #889191 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 145 | - |
| CMYK | 0.06 | 0 | 0 | 0.43 |
| HSL | 180º | 0.04% | 0.55% | - |
| HSV(B) | 180º | 0.06% | 0.57% | - |
| XYZ | 25.39 | 27.53 | 30.76 | - |
| YUV | 142.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 145 | 0.06 | 0 | 0 | 0.43 | 180 | 0.04 | 0.55 |
| Hex | 88 | 91 | 91 | 6 | 0 | 0 | 2B | B4 | 4 | 37 |
| Octal | 210 | 221 | 221 | 6 | 0 | 0 | 53 | 264 | 4 | 67 |
| Binary | 10001000 | 10010001 | 10010001 | 110 | 0 | 0 | 101011 | 10110100 | 100 | 110111 |
Color Harmonies of #889191
Complementary color
Monochromatic Colors of #889191
Black with #889191
Text Example
Text Example
White with #889191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889191; }
p { color: rgb(136,145,145); }
H1.HeaderClassName
{
color: #889191;
}
.AnyTagClassName
{
color: #889191;
}
</style>
background-color css
<style>
a { background-color: #889191; }
a { background-color: rgb(136,145,145); }
div.DivClassName
{
background-color: #889191;
}
.BgClassName
{
background-color: #889191;
}
</style>
border-color css
<style>
span { border-color: #889191; }
span { border-color: rgb(136,145,145); }
td.TdClassName
{
border-color: #889191;
}
.TagClassName
{
border-color: #889191;
}
</style>