Shades of Bali Hai #85A0AF
Tints of Bali Hai #85A0AF
RGB
CMYK
RGB Variations
Color information
#85A0AF (or 0x85A0AF) is known color: Bali Hai. HEX triplet: 85, A0 and AF. RGB value is (133,160,175). Sum of RGB (Red+Green+Blue) = 133+160+175=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #85A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A0AF is #7A5F50. Grayscale: #999999. Windows color (decimal): -8019793 or 11509893. OLE color: 11509893.
HSL color Cylindrical-coordinate representation of color #85A0AF: hue angle of 201.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85A0AF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 160 | 175 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.31 |
| HSL | 201.43º | 0.21% | 0.6% | - |
| HSV(B) | 201.43º | 0.24% | 0.69% | - |
| XYZ | 29.98 | 33.22 | 45.39 | - |
| YUV | 153.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 175 | 0.24 | 0.09 | 0 | 0.31 | 201.43 | 0.21 | 0.6 |
| Hex | 85 | A0 | AF | 18 | 9 | 0 | 1F | C9 | 15 | 3C |
| Octal | 205 | 240 | 257 | 30 | 11 | 0 | 37 | 311 | 25 | 74 |
| Binary | 10000101 | 10100000 | 10101111 | 11000 | 1001 | 0 | 11111 | 11001001 | 10101 | 111100 |
Color Harmonies of #85A0AF
Complementary color
Monochromatic Colors of #85A0AF
Black with #85A0AF
Text Example
Text Example
White with #85A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A0AF; }
p { color: rgb(133,160,175); }
H1.HeaderClassName
{
color: #85A0AF;
}
.AnyTagClassName
{
color: #85A0AF;
}
</style>
background-color css
<style>
a { background-color: #85A0AF; }
a { background-color: rgb(133,160,175); }
div.DivClassName
{
background-color: #85A0AF;
}
.BgClassName
{
background-color: #85A0AF;
}
</style>
border-color css
<style>
span { border-color: #85A0AF; }
span { border-color: rgb(133,160,175); }
td.TdClassName
{
border-color: #85A0AF;
}
.TagClassName
{
border-color: #85A0AF;
}
</style>