Shades of Submarine #879193
Tints of Submarine #879193
RGB
CMYK
RGB Variations
Color information
#879193 (or 0x879193) is known color: Submarine. HEX triplet: 87, 91 and 93. RGB value is (135,145,147). Sum of RGB (Red+Green+Blue) = 135+145+147=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 147 - color contains mainly: blue. Hex color #879193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879193 is #786E6C. Grayscale: #8E8E8E. Windows color (decimal): -7892589 or 9671047. OLE color: 9671047.
HSL color Cylindrical-coordinate representation of color #879193: hue angle of 190º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #879193 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 145 | 147 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.42 |
| HSL | 190º | 0.05% | 0.55% | - |
| HSV(B) | 190º | 0.08% | 0.58% | - |
| XYZ | 25.38 | 27.51 | 31.58 | - |
| YUV | 142.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 147 | 0.08 | 0.01 | 0 | 0.42 | 190 | 0.05 | 0.55 |
| Hex | 87 | 91 | 93 | 8 | 1 | 0 | 2A | BE | 5 | 37 |
| Octal | 207 | 221 | 223 | 10 | 1 | 0 | 52 | 276 | 5 | 67 |
| Binary | 10000111 | 10010001 | 10010011 | 1000 | 1 | 0 | 101010 | 10111110 | 101 | 110111 |
Color Harmonies of #879193
Complementary color
Monochromatic Colors of #879193
Black with #879193
Text Example
Text Example
White with #879193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879193; }
p { color: rgb(135,145,147); }
H1.HeaderClassName
{
color: #879193;
}
.AnyTagClassName
{
color: #879193;
}
</style>
background-color css
<style>
a { background-color: #879193; }
a { background-color: rgb(135,145,147); }
div.DivClassName
{
background-color: #879193;
}
.BgClassName
{
background-color: #879193;
}
</style>
border-color css
<style>
span { border-color: #879193; }
span { border-color: rgb(135,145,147); }
td.TdClassName
{
border-color: #879193;
}
.TagClassName
{
border-color: #879193;
}
</style>