Shades of Bali Hai #85959E
Tints of Bali Hai #85959E
RGB
CMYK
RGB Variations
Color information
#85959E (or 0x85959E) is known color: Bali Hai. HEX triplet: 85, 95 and 9E. RGB value is (133,149,158). Sum of RGB (Red+Green+Blue) = 133+149+158=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 158 - color contains mainly: blue. Hex color #85959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85959E is #7A6A61. Grayscale: #919191. Windows color (decimal): -8022626 or 10392965. OLE color: 10392965.
HSL color Cylindrical-coordinate representation of color #85959E: hue angle of 201.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85959E is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 149 | 158 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.38 |
| HSL | 201.6º | 0.11% | 0.57% | - |
| HSV(B) | 201.6º | 0.16% | 0.62% | - |
| XYZ | 26.59 | 28.95 | 36.53 | - |
| YUV | 145.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 158 | 0.16 | 0.06 | 0 | 0.38 | 201.6 | 0.11 | 0.57 |
| Hex | 85 | 95 | 9E | 10 | 6 | 0 | 26 | CA | B | 39 |
| Octal | 205 | 225 | 236 | 20 | 6 | 0 | 46 | 312 | 13 | 71 |
| Binary | 10000101 | 10010101 | 10011110 | 10000 | 110 | 0 | 100110 | 11001010 | 1011 | 111001 |
Color Harmonies of #85959E
Complementary color
Monochromatic Colors of #85959E
Black with #85959E
Text Example
Text Example
White with #85959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85959E; }
p { color: rgb(133,149,158); }
H1.HeaderClassName
{
color: #85959E;
}
.AnyTagClassName
{
color: #85959E;
}
</style>
background-color css
<style>
a { background-color: #85959E; }
a { background-color: rgb(133,149,158); }
div.DivClassName
{
background-color: #85959E;
}
.BgClassName
{
background-color: #85959E;
}
</style>
border-color css
<style>
span { border-color: #85959E; }
span { border-color: rgb(133,149,158); }
td.TdClassName
{
border-color: #85959E;
}
.TagClassName
{
border-color: #85959E;
}
</style>