Shades of Bali Hai #85959D
Tints of Bali Hai #85959D
RGB
CMYK
RGB Variations
Color information
#85959D (or 0x85959D) is known color: Bali Hai. HEX triplet: 85, 95 and 9D. RGB value is (133,149,157). Sum of RGB (Red+Green+Blue) = 133+149+157=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #85959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85959D is #7A6A62. Grayscale: #919191. Windows color (decimal): -8022627 or 10327429. OLE color: 10327429.
HSL color Cylindrical-coordinate representation of color #85959D: hue angle of 200º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85959D is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 149 | 157 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.38 |
| HSL | 200º | 0.11% | 0.57% | - |
| HSV(B) | 200º | 0.15% | 0.62% | - |
| XYZ | 26.51 | 28.92 | 36.08 | - |
| YUV | 145.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 157 | 0.15 | 0.05 | 0 | 0.38 | 200 | 0.11 | 0.57 |
| Hex | 85 | 95 | 9D | F | 5 | 0 | 26 | C8 | B | 39 |
| Octal | 205 | 225 | 235 | 17 | 5 | 0 | 46 | 310 | 13 | 71 |
| Binary | 10000101 | 10010101 | 10011101 | 1111 | 101 | 0 | 100110 | 11001000 | 1011 | 111001 |
Color Harmonies of #85959D
Complementary color
Monochromatic Colors of #85959D
Black with #85959D
Text Example
Text Example
White with #85959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85959D; }
p { color: rgb(133,149,157); }
H1.HeaderClassName
{
color: #85959D;
}
.AnyTagClassName
{
color: #85959D;
}
</style>
background-color css
<style>
a { background-color: #85959D; }
a { background-color: rgb(133,149,157); }
div.DivClassName
{
background-color: #85959D;
}
.BgClassName
{
background-color: #85959D;
}
</style>
border-color css
<style>
span { border-color: #85959D; }
span { border-color: rgb(133,149,157); }
td.TdClassName
{
border-color: #85959D;
}
.TagClassName
{
border-color: #85959D;
}
</style>