Shades of Aluminium #858C90
Tints of Aluminium #858C90
RGB
CMYK
RGB Variations
Color information
#858C90 (or 0x858C90) is known color: Aluminium. HEX triplet: 85, 8C and 90. RGB value is (133,140,144). Sum of RGB (Red+Green+Blue) = 133+140+144=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 144 - color contains mainly: blue. Hex color #858C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C90 is #7A736F. Grayscale: #8A8A8A. Windows color (decimal): -8024944 or 9473157. OLE color: 9473157.
HSL color Cylindrical-coordinate representation of color #858C90: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #858C90 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 140 | 144 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.44 |
| HSL | 201.82º | 0.05% | 0.54% | - |
| HSV(B) | 201.82º | 0.08% | 0.56% | - |
| XYZ | 24.08 | 25.76 | 30.09 | - |
| YUV | 138.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 144 | 0.08 | 0.03 | 0 | 0.44 | 201.82 | 0.05 | 0.54 |
| Hex | 85 | 8C | 90 | 8 | 3 | 0 | 2C | CA | 5 | 36 |
| Octal | 205 | 214 | 220 | 10 | 3 | 0 | 54 | 312 | 5 | 66 |
| Binary | 10000101 | 10001100 | 10010000 | 1000 | 11 | 0 | 101100 | 11001010 | 101 | 110110 |
Color Harmonies of #858C90
Complementary color
Monochromatic Colors of #858C90
Black with #858C90
Text Example
Text Example
White with #858C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C90; }
p { color: rgb(133,140,144); }
H1.HeaderClassName
{
color: #858C90;
}
.AnyTagClassName
{
color: #858C90;
}
</style>
background-color css
<style>
a { background-color: #858C90; }
a { background-color: rgb(133,140,144); }
div.DivClassName
{
background-color: #858C90;
}
.BgClassName
{
background-color: #858C90;
}
</style>
border-color css
<style>
span { border-color: #858C90; }
span { border-color: rgb(133,140,144); }
td.TdClassName
{
border-color: #858C90;
}
.TagClassName
{
border-color: #858C90;
}
</style>