Shades of Aluminium #858F93
Tints of Aluminium #858F93
RGB
CMYK
RGB Variations
Color information
#858F93 (or 0x858F93) is known color: Aluminium. HEX triplet: 85, 8F and 93. RGB value is (133,143,147). Sum of RGB (Red+Green+Blue) = 133+143+147=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #858F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F93 is #7A706C. Grayscale: #8C8C8C. Windows color (decimal): -8024173 or 9670533. OLE color: 9670533.
HSL color Cylindrical-coordinate representation of color #858F93: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858F93 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 143 | 147 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.42 |
| HSL | 197.14º | 0.06% | 0.55% | - |
| HSV(B) | 197.14º | 0.1% | 0.58% | - |
| XYZ | 24.76 | 26.74 | 31.46 | - |
| YUV | 140.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 147 | 0.10 | 0.03 | 0 | 0.42 | 197.14 | 0.06 | 0.55 |
| Hex | 85 | 8F | 93 | A | 3 | 0 | 2A | C5 | 6 | 37 |
| Octal | 205 | 217 | 223 | 12 | 3 | 0 | 52 | 305 | 6 | 67 |
| Binary | 10000101 | 10001111 | 10010011 | 1010 | 11 | 0 | 101010 | 11000101 | 110 | 110111 |
Color Harmonies of #858F93
Complementary color
Monochromatic Colors of #858F93
Black with #858F93
Text Example
Text Example
White with #858F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F93; }
p { color: rgb(133,143,147); }
H1.HeaderClassName
{
color: #858F93;
}
.AnyTagClassName
{
color: #858F93;
}
</style>
background-color css
<style>
a { background-color: #858F93; }
a { background-color: rgb(133,143,147); }
div.DivClassName
{
background-color: #858F93;
}
.BgClassName
{
background-color: #858F93;
}
</style>
border-color css
<style>
span { border-color: #858F93; }
span { border-color: rgb(133,143,147); }
td.TdClassName
{
border-color: #858F93;
}
.TagClassName
{
border-color: #858F93;
}
</style>