Shades of Submarine #879091
Tints of Submarine #879091
RGB
CMYK
RGB Variations
Color information
#879091 (or 0x879091) is known color: Submarine. HEX triplet: 87, 90 and 91. RGB value is (135,144,145). Sum of RGB (Red+Green+Blue) = 135+144+145=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 145 - color contains mainly: blue. Hex color #879091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879091 is #786F6E. Grayscale: #8D8D8D. Windows color (decimal): -7892847 or 9539719. OLE color: 9539719.
HSL color Cylindrical-coordinate representation of color #879091: hue angle of 186º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #879091 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 144 | 145 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.43 |
| HSL | 186º | 0.04% | 0.55% | - |
| HSV(B) | 186º | 0.07% | 0.57% | - |
| XYZ | 25.08 | 27.14 | 30.71 | - |
| YUV | 141.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 145 | 0.07 | 0.01 | 0 | 0.43 | 186 | 0.04 | 0.55 |
| Hex | 87 | 90 | 91 | 7 | 1 | 0 | 2B | BA | 4 | 37 |
| Octal | 207 | 220 | 221 | 7 | 1 | 0 | 53 | 272 | 4 | 67 |
| Binary | 10000111 | 10010000 | 10010001 | 111 | 1 | 0 | 101011 | 10111010 | 100 | 110111 |
Color Harmonies of #879091
Complementary color
Monochromatic Colors of #879091
Black with #879091
Text Example
Text Example
White with #879091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879091; }
p { color: rgb(135,144,145); }
H1.HeaderClassName
{
color: #879091;
}
.AnyTagClassName
{
color: #879091;
}
</style>
background-color css
<style>
a { background-color: #879091; }
a { background-color: rgb(135,144,145); }
div.DivClassName
{
background-color: #879091;
}
.BgClassName
{
background-color: #879091;
}
</style>
border-color css
<style>
span { border-color: #879091; }
span { border-color: rgb(135,144,145); }
td.TdClassName
{
border-color: #879091;
}
.TagClassName
{
border-color: #879091;
}
</style>