Shades of Submarine #91A2A5
Tints of Submarine #91A2A5
RGB
CMYK
RGB Variations
Color information
#91A2A5 (or 0x91A2A5) is known color: Submarine. HEX triplet: 91, A2 and A5. RGB value is (145,162,165). Sum of RGB (Red+Green+Blue) = 145+162+165=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 165 - color contains mainly: blue. Hex color #91A2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A2A5 is #6E5D5A. Grayscale: #9D9D9D. Windows color (decimal): -7232859 or 10855057. OLE color: 10855057.
HSL color Cylindrical-coordinate representation of color #91A2A5: hue angle of 189º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A2A5 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 162 | 165 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.35 |
| HSL | 189º | 0.1% | 0.61% | - |
| HSV(B) | 189º | 0.12% | 0.65% | - |
| XYZ | 31.39 | 34.58 | 40.62 | - |
| YUV | 157.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 165 | 0.12 | 0.02 | 0 | 0.35 | 189 | 0.1 | 0.61 |
| Hex | 91 | A2 | A5 | C | 2 | 0 | 23 | BD | A | 3D |
| Octal | 221 | 242 | 245 | 14 | 2 | 0 | 43 | 275 | 12 | 75 |
| Binary | 10010001 | 10100010 | 10100101 | 1100 | 10 | 0 | 100011 | 10111101 | 1010 | 111101 |
Color Harmonies of #91A2A5
Complementary color
Monochromatic Colors of #91A2A5
Black with #91A2A5
Text Example
Text Example
White with #91A2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2A5; }
p { color: rgb(145,162,165); }
H1.HeaderClassName
{
color: #91A2A5;
}
.AnyTagClassName
{
color: #91A2A5;
}
</style>
background-color css
<style>
a { background-color: #91A2A5; }
a { background-color: rgb(145,162,165); }
div.DivClassName
{
background-color: #91A2A5;
}
.BgClassName
{
background-color: #91A2A5;
}
</style>
border-color css
<style>
span { border-color: #91A2A5; }
span { border-color: rgb(145,162,165); }
td.TdClassName
{
border-color: #91A2A5;
}
.TagClassName
{
border-color: #91A2A5;
}
</style>