Shades of Bali Hai #85959C
Tints of Bali Hai #85959C
RGB
CMYK
RGB Variations
Color information
#85959C (or 0x85959C) is known color: Bali Hai. HEX triplet: 85, 95 and 9C. RGB value is (133,149,156). Sum of RGB (Red+Green+Blue) = 133+149+156=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #85959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85959C is #7A6A63. Grayscale: #909090. Windows color (decimal): -8022628 or 10261893. OLE color: 10261893.
HSL color Cylindrical-coordinate representation of color #85959C: hue angle of 198.26º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85959C is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 149 | 156 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.39 |
| HSL | 198.26º | 0.1% | 0.57% | - |
| HSV(B) | 198.26º | 0.15% | 0.61% | - |
| XYZ | 26.42 | 28.88 | 35.63 | - |
| YUV | 145.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 156 | 0.15 | 0.04 | 0 | 0.39 | 198.26 | 0.1 | 0.57 |
| Hex | 85 | 95 | 9C | F | 4 | 0 | 27 | C6 | A | 39 |
| Octal | 205 | 225 | 234 | 17 | 4 | 0 | 47 | 306 | 12 | 71 |
| Binary | 10000101 | 10010101 | 10011100 | 1111 | 100 | 0 | 100111 | 11000110 | 1010 | 111001 |
Color Harmonies of #85959C
Complementary color
Monochromatic Colors of #85959C
Black with #85959C
Text Example
Text Example
White with #85959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85959C; }
p { color: rgb(133,149,156); }
H1.HeaderClassName
{
color: #85959C;
}
.AnyTagClassName
{
color: #85959C;
}
</style>
background-color css
<style>
a { background-color: #85959C; }
a { background-color: rgb(133,149,156); }
div.DivClassName
{
background-color: #85959C;
}
.BgClassName
{
background-color: #85959C;
}
</style>
border-color css
<style>
span { border-color: #85959C; }
span { border-color: rgb(133,149,156); }
td.TdClassName
{
border-color: #85959C;
}
.TagClassName
{
border-color: #85959C;
}
</style>