Shades of Submarine #90999B
Tints of Submarine #90999B
RGB
CMYK
RGB Variations
Color information
#90999B (or 0x90999B) is known color: Submarine. HEX triplet: 90, 99 and 9B. RGB value is (144,153,155). Sum of RGB (Red+Green+Blue) = 144+153+155=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 155 - color contains mainly: blue. Hex color #90999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90999B is #6F6664. Grayscale: #969696. Windows color (decimal): -7300709 or 10197392. OLE color: 10197392.
HSL color Cylindrical-coordinate representation of color #90999B: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #90999B is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 153 | 155 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.39 |
| HSL | 190.91º | 0.05% | 0.59% | - |
| HSV(B) | 190.91º | 0.07% | 0.61% | - |
| XYZ | 28.81 | 31.08 | 35.49 | - |
| YUV | 150.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 155 | 0.07 | 0.01 | 0 | 0.39 | 190.91 | 0.05 | 0.59 |
| Hex | 90 | 99 | 9B | 7 | 1 | 0 | 27 | BF | 5 | 3B |
| Octal | 220 | 231 | 233 | 7 | 1 | 0 | 47 | 277 | 5 | 73 |
| Binary | 10010000 | 10011001 | 10011011 | 111 | 1 | 0 | 100111 | 10111111 | 101 | 111011 |
Color Harmonies of #90999B
Complementary color
Monochromatic Colors of #90999B
Black with #90999B
Text Example
Text Example
White with #90999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90999B; }
p { color: rgb(144,153,155); }
H1.HeaderClassName
{
color: #90999B;
}
.AnyTagClassName
{
color: #90999B;
}
</style>
background-color css
<style>
a { background-color: #90999B; }
a { background-color: rgb(144,153,155); }
div.DivClassName
{
background-color: #90999B;
}
.BgClassName
{
background-color: #90999B;
}
</style>
border-color css
<style>
span { border-color: #90999B; }
span { border-color: rgb(144,153,155); }
td.TdClassName
{
border-color: #90999B;
}
.TagClassName
{
border-color: #90999B;
}
</style>