Shades of Submarine #92A1A4
Tints of Submarine #92A1A4
RGB
CMYK
RGB Variations
Color information
#92A1A4 (or 0x92A1A4) is known color: Submarine. HEX triplet: 92, A1 and A4. RGB value is (146,161,164). Sum of RGB (Red+Green+Blue) = 146+161+164=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 164 - color contains mainly: blue. Hex color #92A1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A1A4 is #6D5E5B. Grayscale: #9C9C9C. Windows color (decimal): -7167580 or 10789266. OLE color: 10789266.
HSL color Cylindrical-coordinate representation of color #92A1A4: hue angle of 190º 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 #92A1A4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 161 | 164 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.36 |
| HSL | 190º | 0.09% | 0.61% | - |
| HSV(B) | 190º | 0.11% | 0.64% | - |
| XYZ | 31.3 | 34.28 | 40.09 | - |
| YUV | 156.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 164 | 0.11 | 0.02 | 0 | 0.36 | 190 | 0.09 | 0.61 |
| Hex | 92 | A1 | A4 | B | 2 | 0 | 24 | BE | 9 | 3D |
| Octal | 222 | 241 | 244 | 13 | 2 | 0 | 44 | 276 | 11 | 75 |
| Binary | 10010010 | 10100001 | 10100100 | 1011 | 10 | 0 | 100100 | 10111110 | 1001 | 111101 |
Color Harmonies of #92A1A4
Complementary color
Monochromatic Colors of #92A1A4
Black with #92A1A4
Text Example
Text Example
White with #92A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1A4; }
p { color: rgb(146,161,164); }
H1.HeaderClassName
{
color: #92A1A4;
}
.AnyTagClassName
{
color: #92A1A4;
}
</style>
background-color css
<style>
a { background-color: #92A1A4; }
a { background-color: rgb(146,161,164); }
div.DivClassName
{
background-color: #92A1A4;
}
.BgClassName
{
background-color: #92A1A4;
}
</style>
border-color css
<style>
span { border-color: #92A1A4; }
span { border-color: rgb(146,161,164); }
td.TdClassName
{
border-color: #92A1A4;
}
.TagClassName
{
border-color: #92A1A4;
}
</style>