Shades of Submarine #919494
Tints of Submarine #919494
RGB
CMYK
RGB Variations
Color information
#919494 (or 0x919494) is known color: Submarine. HEX triplet: 91, 94 and 94. RGB value is (145,148,148). Sum of RGB (Red+Green+Blue) = 145+148+148=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #919494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919494 is #6E6B6B. Grayscale: #939393. Windows color (decimal): -7236460 or 9737361. OLE color: 9737361.
HSL color Cylindrical-coordinate representation of color #919494: hue angle of 180º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #919494 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 148 | - |
| CMYK | 0.02 | 0 | 0 | 0.42 |
| HSL | 180º | 0.01% | 0.57% | - |
| HSV(B) | 180º | 0.02% | 0.58% | - |
| XYZ | 27.61 | 29.34 | 32.22 | - |
| YUV | 147.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 148 | 0.02 | 0 | 0 | 0.42 | 180 | 0.01 | 0.57 |
| Hex | 91 | 94 | 94 | 2 | 0 | 0 | 2A | B4 | 1 | 39 |
| Octal | 221 | 224 | 224 | 2 | 0 | 0 | 52 | 264 | 1 | 71 |
| Binary | 10010001 | 10010100 | 10010100 | 10 | 0 | 0 | 101010 | 10110100 | 1 | 111001 |
Color Harmonies of #919494
Complementary color
Monochromatic Colors of #919494
Black with #919494
Text Example
Text Example
White with #919494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919494; }
p { color: rgb(145,148,148); }
H1.HeaderClassName
{
color: #919494;
}
.AnyTagClassName
{
color: #919494;
}
</style>
background-color css
<style>
a { background-color: #919494; }
a { background-color: rgb(145,148,148); }
div.DivClassName
{
background-color: #919494;
}
.BgClassName
{
background-color: #919494;
}
</style>
border-color css
<style>
span { border-color: #919494; }
span { border-color: rgb(145,148,148); }
td.TdClassName
{
border-color: #919494;
}
.TagClassName
{
border-color: #919494;
}
</style>