Shades of Submarine #919595
Tints of Submarine #919595
RGB
CMYK
RGB Variations
Color information
#919595 (or 0x919595) is known color: Submarine. HEX triplet: 91, 95 and 95. RGB value is (145,149,149). Sum of RGB (Red+Green+Blue) = 145+149+149=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #919595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919595 is #6E6A6A. Grayscale: #939393. Windows color (decimal): -7236203 or 9803153. OLE color: 9803153.
HSL color Cylindrical-coordinate representation of color #919595: hue angle of 180º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #919595 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 149 | - |
| CMYK | 0.03 | 0 | 0 | 0.42 |
| HSL | 180º | 0.02% | 0.58% | - |
| HSV(B) | 180º | 0.03% | 0.58% | - |
| XYZ | 27.85 | 29.68 | 32.7 | - |
| YUV | 147.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 149 | 0.03 | 0 | 0 | 0.42 | 180 | 0.02 | 0.58 |
| Hex | 91 | 95 | 95 | 3 | 0 | 0 | 2A | B4 | 2 | 3A |
| Octal | 221 | 225 | 225 | 3 | 0 | 0 | 52 | 264 | 2 | 72 |
| Binary | 10010001 | 10010101 | 10010101 | 11 | 0 | 0 | 101010 | 10110100 | 10 | 111010 |
Color Harmonies of #919595
Complementary color
Monochromatic Colors of #919595
Black with #919595
Text Example
Text Example
White with #919595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919595; }
p { color: rgb(145,149,149); }
H1.HeaderClassName
{
color: #919595;
}
.AnyTagClassName
{
color: #919595;
}
</style>
background-color css
<style>
a { background-color: #919595; }
a { background-color: rgb(145,149,149); }
div.DivClassName
{
background-color: #919595;
}
.BgClassName
{
background-color: #919595;
}
</style>
border-color css
<style>
span { border-color: #919595; }
span { border-color: rgb(145,149,149); }
td.TdClassName
{
border-color: #919595;
}
.TagClassName
{
border-color: #919595;
}
</style>