Shades of Submarine #91A2A4
Tints of Submarine #91A2A4
RGB
CMYK
RGB Variations
Color information
#91A2A4 (or 0x91A2A4) is known color: Submarine. HEX triplet: 91, A2 and A4. RGB value is (145,162,164). Sum of RGB (Red+Green+Blue) = 145+162+164=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 162 (63.67% from 255 or 34.39% 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 #91A2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A2A4 is #6E5D5B. Grayscale: #9D9D9D. Windows color (decimal): -7232860 or 10789521. OLE color: 10789521.
HSL color Cylindrical-coordinate representation of color #91A2A4: hue angle of 186.32º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A2A4 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 162 | 164 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.36 |
| HSL | 186.32º | 0.09% | 0.61% | - |
| HSV(B) | 186.32º | 0.12% | 0.64% | - |
| XYZ | 31.3 | 34.54 | 40.14 | - |
| YUV | 157.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 164 | 0.12 | 0.01 | 0 | 0.36 | 186.32 | 0.09 | 0.61 |
| Hex | 91 | A2 | A4 | C | 1 | 0 | 24 | BA | 9 | 3D |
| Octal | 221 | 242 | 244 | 14 | 1 | 0 | 44 | 272 | 11 | 75 |
| Binary | 10010001 | 10100010 | 10100100 | 1100 | 1 | 0 | 100100 | 10111010 | 1001 | 111101 |
Color Harmonies of #91A2A4
Complementary color
Monochromatic Colors of #91A2A4
Black with #91A2A4
Text Example
Text Example
White with #91A2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2A4; }
p { color: rgb(145,162,164); }
H1.HeaderClassName
{
color: #91A2A4;
}
.AnyTagClassName
{
color: #91A2A4;
}
</style>
background-color css
<style>
a { background-color: #91A2A4; }
a { background-color: rgb(145,162,164); }
div.DivClassName
{
background-color: #91A2A4;
}
.BgClassName
{
background-color: #91A2A4;
}
</style>
border-color css
<style>
span { border-color: #91A2A4; }
span { border-color: rgb(145,162,164); }
td.TdClassName
{
border-color: #91A2A4;
}
.TagClassName
{
border-color: #91A2A4;
}
</style>