Shades of Bali Hai #85A0AA
Tints of Bali Hai #85A0AA
RGB
CMYK
RGB Variations
Color information
#85A0AA (or 0x85A0AA) is known color: Bali Hai. HEX triplet: 85, A0 and AA. RGB value is (133,160,170). Sum of RGB (Red+Green+Blue) = 133+160+170=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #85A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A0AA is #7A5F55. Grayscale: #989898. Windows color (decimal): -8019798 or 11182213. OLE color: 11182213.
HSL color Cylindrical-coordinate representation of color #85A0AA: hue angle of 196.22º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85A0AA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 160 | 170 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.33 |
| HSL | 196.22º | 0.18% | 0.59% | - |
| HSV(B) | 196.22º | 0.22% | 0.67% | - |
| XYZ | 29.5 | 33.03 | 42.85 | - |
| YUV | 153.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 170 | 0.22 | 0.06 | 0 | 0.33 | 196.22 | 0.18 | 0.59 |
| Hex | 85 | A0 | AA | 16 | 6 | 0 | 21 | C4 | 12 | 3B |
| Octal | 205 | 240 | 252 | 26 | 6 | 0 | 41 | 304 | 22 | 73 |
| Binary | 10000101 | 10100000 | 10101010 | 10110 | 110 | 0 | 100001 | 11000100 | 10010 | 111011 |
Color Harmonies of #85A0AA
Complementary color
Monochromatic Colors of #85A0AA
Black with #85A0AA
Text Example
Text Example
White with #85A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A0AA; }
p { color: rgb(133,160,170); }
H1.HeaderClassName
{
color: #85A0AA;
}
.AnyTagClassName
{
color: #85A0AA;
}
</style>
background-color css
<style>
a { background-color: #85A0AA; }
a { background-color: rgb(133,160,170); }
div.DivClassName
{
background-color: #85A0AA;
}
.BgClassName
{
background-color: #85A0AA;
}
</style>
border-color css
<style>
span { border-color: #85A0AA; }
span { border-color: rgb(133,160,170); }
td.TdClassName
{
border-color: #85A0AA;
}
.TagClassName
{
border-color: #85A0AA;
}
</style>