Shades of Aluminium #858688
Tints of Aluminium #858688
RGB
CMYK
RGB Variations
Color information
#858688 (or 0x858688) is known color: Aluminium. HEX triplet: 85, 86 and 88. RGB value is (133,134,136). Sum of RGB (Red+Green+Blue) = 133+134+136=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 136 - color contains mainly: blue. Hex color #858688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858688 is #7A7977. Grayscale: #858585. Windows color (decimal): -8026488 or 8947333. OLE color: 8947333.
HSL color Cylindrical-coordinate representation of color #858688: hue angle of 220º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858688 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 136 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.47 |
| HSL | 220º | 0.01% | 0.53% | - |
| HSV(B) | 220º | 0.02% | 0.53% | - |
| XYZ | 22.64 | 23.81 | 26.7 | - |
| YUV | 133.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 136 | 0.02 | 0.01 | 0 | 0.47 | 220 | 0.01 | 0.53 |
| Hex | 85 | 86 | 88 | 2 | 1 | 0 | 2F | DC | 1 | 35 |
| Octal | 205 | 206 | 210 | 2 | 1 | 0 | 57 | 334 | 1 | 65 |
| Binary | 10000101 | 10000110 | 10001000 | 10 | 1 | 0 | 101111 | 11011100 | 1 | 110101 |
Color Harmonies of #858688
Complementary color
Monochromatic Colors of #858688
Black with #858688
Text Example
Text Example
White with #858688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858688; }
p { color: rgb(133,134,136); }
H1.HeaderClassName
{
color: #858688;
}
.AnyTagClassName
{
color: #858688;
}
</style>
background-color css
<style>
a { background-color: #858688; }
a { background-color: rgb(133,134,136); }
div.DivClassName
{
background-color: #858688;
}
.BgClassName
{
background-color: #858688;
}
</style>
border-color css
<style>
span { border-color: #858688; }
span { border-color: rgb(133,134,136); }
td.TdClassName
{
border-color: #858688;
}
.TagClassName
{
border-color: #858688;
}
</style>