Shades of Submarine #90989A
Tints of Submarine #90989A
RGB
CMYK
RGB Variations
Color information
#90989A (or 0x90989A) is known color: Submarine. HEX triplet: 90, 98 and 9A. RGB value is (144,152,154). Sum of RGB (Red+Green+Blue) = 144+152+154=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 154 - color contains mainly: blue. Hex color #90989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90989A is #6F6765. Grayscale: #959595. Windows color (decimal): -7300966 or 10131600. OLE color: 10131600.
HSL color Cylindrical-coordinate representation of color #90989A: hue angle of 192º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #90989A is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 154 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.40 |
| HSL | 192º | 0.05% | 0.58% | - |
| HSV(B) | 192º | 0.06% | 0.6% | - |
| XYZ | 28.56 | 30.72 | 35 | - |
| YUV | 149.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 154 | 0.06 | 0.01 | 0 | 0.40 | 192 | 0.05 | 0.58 |
| Hex | 90 | 98 | 9A | 6 | 1 | 0 | 28 | C0 | 5 | 3A |
| Octal | 220 | 230 | 232 | 6 | 1 | 0 | 50 | 300 | 5 | 72 |
| Binary | 10010000 | 10011000 | 10011010 | 110 | 1 | 0 | 101000 | 11000000 | 101 | 111010 |
Color Harmonies of #90989A
Complementary color
Monochromatic Colors of #90989A
Black with #90989A
Text Example
Text Example
White with #90989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90989A; }
p { color: rgb(144,152,154); }
H1.HeaderClassName
{
color: #90989A;
}
.AnyTagClassName
{
color: #90989A;
}
</style>
background-color css
<style>
a { background-color: #90989A; }
a { background-color: rgb(144,152,154); }
div.DivClassName
{
background-color: #90989A;
}
.BgClassName
{
background-color: #90989A;
}
</style>
border-color css
<style>
span { border-color: #90989A; }
span { border-color: rgb(144,152,154); }
td.TdClassName
{
border-color: #90989A;
}
.TagClassName
{
border-color: #90989A;
}
</style>