Shades of Submarine #92A2A4
Tints of Submarine #92A2A4
RGB
CMYK
RGB Variations
Color information
#92A2A4 (or 0x92A2A4) is known color: Submarine. HEX triplet: 92, A2 and A4. RGB value is (146,162,164). Sum of RGB (Red+Green+Blue) = 146+162+164=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 164 - color contains mainly: blue. Hex color #92A2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A2A4 is #6D5D5B. Grayscale: #9D9D9D. Windows color (decimal): -7167324 or 10789522. OLE color: 10789522.
HSL color Cylindrical-coordinate representation of color #92A2A4: hue angle of 186.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92A2A4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 164 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.36 |
| HSL | 186.67º | 0.09% | 0.61% | - |
| HSV(B) | 186.67º | 0.11% | 0.64% | - |
| XYZ | 31.48 | 34.63 | 40.15 | - |
| YUV | 157.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 164 | 0.11 | 0.01 | 0 | 0.36 | 186.67 | 0.09 | 0.61 |
| Hex | 92 | A2 | A4 | B | 1 | 0 | 24 | BB | 9 | 3D |
| Octal | 222 | 242 | 244 | 13 | 1 | 0 | 44 | 273 | 11 | 75 |
| Binary | 10010010 | 10100010 | 10100100 | 1011 | 1 | 0 | 100100 | 10111011 | 1001 | 111101 |
Color Harmonies of #92A2A4
Complementary color
Monochromatic Colors of #92A2A4
Black with #92A2A4
Text Example
Text Example
White with #92A2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A2A4; }
p { color: rgb(146,162,164); }
H1.HeaderClassName
{
color: #92A2A4;
}
.AnyTagClassName
{
color: #92A2A4;
}
</style>
background-color css
<style>
a { background-color: #92A2A4; }
a { background-color: rgb(146,162,164); }
div.DivClassName
{
background-color: #92A2A4;
}
.BgClassName
{
background-color: #92A2A4;
}
</style>
border-color css
<style>
span { border-color: #92A2A4; }
span { border-color: rgb(146,162,164); }
td.TdClassName
{
border-color: #92A2A4;
}
.TagClassName
{
border-color: #92A2A4;
}
</style>