Shades of Aluminium #858B8D
Tints of Aluminium #858B8D
RGB
CMYK
RGB Variations
Color information
#858B8D (or 0x858B8D) is known color: Aluminium. HEX triplet: 85, 8B and 8D. RGB value is (133,139,141). Sum of RGB (Red+Green+Blue) = 133+139+141=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 141 - color contains mainly: blue. Hex color #858B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B8D is #7A7472. Grayscale: #898989. Windows color (decimal): -8025203 or 9276293. OLE color: 9276293.
HSL color Cylindrical-coordinate representation of color #858B8D: hue angle of 195º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858B8D is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 139 | 141 | - |
CMYK | 0.06 | 0.01 | 0 | 0.45 |
HSL | 195º | 0.03% | 0.54% | - |
HSV(B) | 195º | 0.06% | 0.55% | - |
XYZ | 23.71 | 25.37 | 28.85 | - |
YUV | 137.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 139 | 141 | 0.06 | 0.01 | 0 | 0.45 | 195 | 0.03 | 0.54 |
Hex | 85 | 8B | 8D | 6 | 1 | 0 | 2D | C3 | 3 | 36 |
Octal | 205 | 213 | 215 | 6 | 1 | 0 | 55 | 303 | 3 | 66 |
Binary | 10000101 | 10001011 | 10001101 | 110 | 1 | 0 | 101101 | 11000011 | 11 | 110110 |
Color Harmonies of #858B8D
Complementary color
Monochromatic Colors of #858B8D
Black with #858B8D
Text Example
Text Example
White with #858B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B8D; }
p { color: rgb(133,139,141); }
H1.HeaderClassName
{
color: #858B8D;
}
.AnyTagClassName
{
color: #858B8D;
}
</style>
background-color css
<style>
a { background-color: #858B8D; }
a { background-color: rgb(133,139,141); }
div.DivClassName
{
background-color: #858B8D;
}
.BgClassName
{
background-color: #858B8D;
}
</style>
border-color css
<style>
span { border-color: #858B8D; }
span { border-color: rgb(133,139,141); }
td.TdClassName
{
border-color: #858B8D;
}
.TagClassName
{
border-color: #858B8D;
}
</style>