Shades of Aluminium #858F95
Tints of Aluminium #858F95
RGB
CMYK
RGB Variations
Color information
#858F95 (or 0x858F95) is known color: Aluminium. HEX triplet: 85, 8F and 95. RGB value is (133,143,149). Sum of RGB (Red+Green+Blue) = 133+143+149=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #858F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F95 is #7A706A. Grayscale: #8C8C8C. Windows color (decimal): -8024171 or 9801605. OLE color: 9801605.
HSL color Cylindrical-coordinate representation of color #858F95: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858F95 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 143 | 149 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.42 |
| HSL | 202.5º | 0.07% | 0.55% | - |
| HSV(B) | 202.5º | 0.11% | 0.58% | - |
| XYZ | 24.92 | 26.8 | 32.29 | - |
| YUV | 140.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 149 | 0.11 | 0.04 | 0 | 0.42 | 202.5 | 0.07 | 0.55 |
| Hex | 85 | 8F | 95 | B | 4 | 0 | 2A | CA | 7 | 37 |
| Octal | 205 | 217 | 225 | 13 | 4 | 0 | 52 | 312 | 7 | 67 |
| Binary | 10000101 | 10001111 | 10010101 | 1011 | 100 | 0 | 101010 | 11001010 | 111 | 110111 |
Color Harmonies of #858F95
Complementary color
Monochromatic Colors of #858F95
Black with #858F95
Text Example
Text Example
White with #858F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F95; }
p { color: rgb(133,143,149); }
H1.HeaderClassName
{
color: #858F95;
}
.AnyTagClassName
{
color: #858F95;
}
</style>
background-color css
<style>
a { background-color: #858F95; }
a { background-color: rgb(133,143,149); }
div.DivClassName
{
background-color: #858F95;
}
.BgClassName
{
background-color: #858F95;
}
</style>
border-color css
<style>
span { border-color: #858F95; }
span { border-color: rgb(133,143,149); }
td.TdClassName
{
border-color: #858F95;
}
.TagClassName
{
border-color: #858F95;
}
</style>