Shades of Aluminium #858C93
Tints of Aluminium #858C93
RGB
CMYK
RGB Variations
Color information
#858C93 (or 0x858C93) is known color: Aluminium. HEX triplet: 85, 8C and 93. RGB value is (133,140,147). Sum of RGB (Red+Green+Blue) = 133+140+147=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #858C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C93 is #7A736C. Grayscale: #8A8A8A. Windows color (decimal): -8024941 or 9669765. OLE color: 9669765.
HSL color Cylindrical-coordinate representation of color #858C93: hue angle of 210º 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 #858C93 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 140 | 147 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.42 |
| HSL | 210º | 0.06% | 0.55% | - |
| HSV(B) | 210º | 0.1% | 0.58% | - |
| XYZ | 24.32 | 25.85 | 31.31 | - |
| YUV | 138.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 147 | 0.10 | 0.05 | 0 | 0.42 | 210 | 0.06 | 0.55 |
| Hex | 85 | 8C | 93 | A | 5 | 0 | 2A | D2 | 6 | 37 |
| Octal | 205 | 214 | 223 | 12 | 5 | 0 | 52 | 322 | 6 | 67 |
| Binary | 10000101 | 10001100 | 10010011 | 1010 | 101 | 0 | 101010 | 11010010 | 110 | 110111 |
Color Harmonies of #858C93
Complementary color
Monochromatic Colors of #858C93
Black with #858C93
Text Example
Text Example
White with #858C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C93; }
p { color: rgb(133,140,147); }
H1.HeaderClassName
{
color: #858C93;
}
.AnyTagClassName
{
color: #858C93;
}
</style>
background-color css
<style>
a { background-color: #858C93; }
a { background-color: rgb(133,140,147); }
div.DivClassName
{
background-color: #858C93;
}
.BgClassName
{
background-color: #858C93;
}
</style>
border-color css
<style>
span { border-color: #858C93; }
span { border-color: rgb(133,140,147); }
td.TdClassName
{
border-color: #858C93;
}
.TagClassName
{
border-color: #858C93;
}
</style>