Shades of Bali Hai #85A1AA
Tints of Bali Hai #85A1AA
RGB
CMYK
RGB Variations
Color information
#85A1AA (or 0x85A1AA) is known color: Bali Hai. HEX triplet: 85, A1 and AA. RGB value is (133,161,170). Sum of RGB (Red+Green+Blue) = 133+161+170=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #85A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A1AA is #7A5E55. Grayscale: #999999. Windows color (decimal): -8019542 or 11182469. OLE color: 11182469.
HSL color Cylindrical-coordinate representation of color #85A1AA: hue angle of 194.59º 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 #85A1AA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 161 | 170 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.33 |
| HSL | 194.59º | 0.18% | 0.59% | - |
| HSV(B) | 194.59º | 0.22% | 0.67% | - |
| XYZ | 29.67 | 33.38 | 42.91 | - |
| YUV | 153.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 170 | 0.22 | 0.05 | 0 | 0.33 | 194.59 | 0.18 | 0.59 |
| Hex | 85 | A1 | AA | 16 | 5 | 0 | 21 | C3 | 12 | 3B |
| Octal | 205 | 241 | 252 | 26 | 5 | 0 | 41 | 303 | 22 | 73 |
| Binary | 10000101 | 10100001 | 10101010 | 10110 | 101 | 0 | 100001 | 11000011 | 10010 | 111011 |
Color Harmonies of #85A1AA
Complementary color
Monochromatic Colors of #85A1AA
Black with #85A1AA
Text Example
Text Example
White with #85A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A1AA; }
p { color: rgb(133,161,170); }
H1.HeaderClassName
{
color: #85A1AA;
}
.AnyTagClassName
{
color: #85A1AA;
}
</style>
background-color css
<style>
a { background-color: #85A1AA; }
a { background-color: rgb(133,161,170); }
div.DivClassName
{
background-color: #85A1AA;
}
.BgClassName
{
background-color: #85A1AA;
}
</style>
border-color css
<style>
span { border-color: #85A1AA; }
span { border-color: rgb(133,161,170); }
td.TdClassName
{
border-color: #85A1AA;
}
.TagClassName
{
border-color: #85A1AA;
}
</style>