Shades of Aluminium #889093
Tints of Aluminium #889093
RGB
CMYK
RGB Variations
Color information
#889093 (or 0x889093) is known color: Aluminium. HEX triplet: 88, 90 and 93. RGB value is (136,144,147). Sum of RGB (Red+Green+Blue) = 136+144+147=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 147 - color contains mainly: blue. Hex color #889093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889093 is #776F6C. Grayscale: #8D8D8D. Windows color (decimal): -7827309 or 9670792. OLE color: 9670792.
HSL color Cylindrical-coordinate representation of color #889093: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #889093 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 144 | 147 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.42 |
| HSL | 196.36º | 0.05% | 0.55% | - |
| HSV(B) | 196.36º | 0.07% | 0.58% | - |
| XYZ | 25.39 | 27.29 | 31.53 | - |
| YUV | 141.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 147 | 0.07 | 0.02 | 0 | 0.42 | 196.36 | 0.05 | 0.55 |
| Hex | 88 | 90 | 93 | 7 | 2 | 0 | 2A | C4 | 5 | 37 |
| Octal | 210 | 220 | 223 | 7 | 2 | 0 | 52 | 304 | 5 | 67 |
| Binary | 10001000 | 10010000 | 10010011 | 111 | 10 | 0 | 101010 | 11000100 | 101 | 110111 |
Color Harmonies of #889093
Complementary color
Monochromatic Colors of #889093
Black with #889093
Text Example
Text Example
White with #889093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889093; }
p { color: rgb(136,144,147); }
H1.HeaderClassName
{
color: #889093;
}
.AnyTagClassName
{
color: #889093;
}
</style>
background-color css
<style>
a { background-color: #889093; }
a { background-color: rgb(136,144,147); }
div.DivClassName
{
background-color: #889093;
}
.BgClassName
{
background-color: #889093;
}
</style>
border-color css
<style>
span { border-color: #889093; }
span { border-color: rgb(136,144,147); }
td.TdClassName
{
border-color: #889093;
}
.TagClassName
{
border-color: #889093;
}
</style>