Shades of Aluminium #858C92
Tints of Aluminium #858C92
RGB
CMYK
RGB Variations
Color information
#858C92 (or 0x858C92) is known color: Aluminium. HEX triplet: 85, 8C and 92. RGB value is (133,140,146). Sum of RGB (Red+Green+Blue) = 133+140+146=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: blue. Hex color #858C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C92 is #7A736D. Grayscale: #8A8A8A. Windows color (decimal): -8024942 or 9604229. OLE color: 9604229.
HSL color Cylindrical-coordinate representation of color #858C92: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858C92 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
RGB | 133 | 140 | 146 | - |
CMYK | 0.09 | 0.04 | 0 | 0.43 |
HSL | 207.69º | 0.06% | 0.55% | - |
HSV(B) | 207.69º | 0.09% | 0.57% | - |
XYZ | 24.24 | 25.82 | 30.9 | - |
YUV | 138.59 | 132.18 | 124.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 140 | 146 | 0.09 | 0.04 | 0 | 0.43 | 207.69 | 0.06 | 0.55 |
Hex | 85 | 8C | 92 | 9 | 4 | 0 | 2B | D0 | 6 | 37 |
Octal | 205 | 214 | 222 | 11 | 4 | 0 | 53 | 320 | 6 | 67 |
Binary | 10000101 | 10001100 | 10010010 | 1001 | 100 | 0 | 101011 | 11010000 | 110 | 110111 |
Color Harmonies of #858C92
Complementary color
Monochromatic Colors of #858C92
Black with #858C92
Text Example
Text Example
White with #858C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C92; }
p { color: rgb(133,140,146); }
H1.HeaderClassName
{
color: #858C92;
}
.AnyTagClassName
{
color: #858C92;
}
</style>
background-color css
<style>
a { background-color: #858C92; }
a { background-color: rgb(133,140,146); }
div.DivClassName
{
background-color: #858C92;
}
.BgClassName
{
background-color: #858C92;
}
</style>
border-color css
<style>
span { border-color: #858C92; }
span { border-color: rgb(133,140,146); }
td.TdClassName
{
border-color: #858C92;
}
.TagClassName
{
border-color: #858C92;
}
</style>