Shades of Aluminium #898D91
Tints of Aluminium #898D91
RGB
CMYK
RGB Variations
Color information
#898D91 (or 0x898D91) is known color: Aluminium. HEX triplet: 89, 8D and 91. RGB value is (137,141,145). Sum of RGB (Red+Green+Blue) = 137+141+145=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 145 - color contains mainly: blue. Hex color #898D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D91 is #76726E. Grayscale: #8C8C8C. Windows color (decimal): -7762543 or 9538953. OLE color: 9538953.
HSL color Cylindrical-coordinate representation of color #898D91: hue angle of 210º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #898D91 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
RGB | 137 | 141 | 145 | - |
CMYK | 0.06 | 0.03 | 0 | 0.43 |
HSL | 210º | 0.04% | 0.55% | - |
HSV(B) | 210º | 0.06% | 0.57% | - |
XYZ | 24.95 | 26.41 | 30.57 | - |
YUV | 140.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 141 | 145 | 0.06 | 0.03 | 0 | 0.43 | 210 | 0.04 | 0.55 |
Hex | 89 | 8D | 91 | 6 | 3 | 0 | 2B | D2 | 4 | 37 |
Octal | 211 | 215 | 221 | 6 | 3 | 0 | 53 | 322 | 4 | 67 |
Binary | 10001001 | 10001101 | 10010001 | 110 | 11 | 0 | 101011 | 11010010 | 100 | 110111 |
Color Harmonies of #898D91
Complementary color
Monochromatic Colors of #898D91
Black with #898D91
Text Example
Text Example
White with #898D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D91; }
p { color: rgb(137,141,145); }
H1.HeaderClassName
{
color: #898D91;
}
.AnyTagClassName
{
color: #898D91;
}
</style>
background-color css
<style>
a { background-color: #898D91; }
a { background-color: rgb(137,141,145); }
div.DivClassName
{
background-color: #898D91;
}
.BgClassName
{
background-color: #898D91;
}
</style>
border-color css
<style>
span { border-color: #898D91; }
span { border-color: rgb(137,141,145); }
td.TdClassName
{
border-color: #898D91;
}
.TagClassName
{
border-color: #898D91;
}
</style>