Shades of Bali Hai #85A3AF
Tints of Bali Hai #85A3AF
RGB
CMYK
RGB Variations
Color information
#85A3AF (or 0x85A3AF) is known color: Bali Hai. HEX triplet: 85, A3 and AF. RGB value is (133,163,175). Sum of RGB (Red+Green+Blue) = 133+163+175=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #85A3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A3AF is #7A5C50. Grayscale: #9B9B9B. Windows color (decimal): -8019025 or 11510661. OLE color: 11510661.
HSL color Cylindrical-coordinate representation of color #85A3AF: hue angle of 197.14º 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 #85A3AF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 163 | 175 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.31 |
| HSL | 197.14º | 0.21% | 0.6% | - |
| HSV(B) | 197.14º | 0.24% | 0.69% | - |
| XYZ | 30.51 | 34.28 | 45.57 | - |
| YUV | 155.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 175 | 0.24 | 0.07 | 0 | 0.31 | 197.14 | 0.21 | 0.6 |
| Hex | 85 | A3 | AF | 18 | 7 | 0 | 1F | C5 | 15 | 3C |
| Octal | 205 | 243 | 257 | 30 | 7 | 0 | 37 | 305 | 25 | 74 |
| Binary | 10000101 | 10100011 | 10101111 | 11000 | 111 | 0 | 11111 | 11000101 | 10101 | 111100 |
Color Harmonies of #85A3AF
Complementary color
Monochromatic Colors of #85A3AF
Black with #85A3AF
Text Example
Text Example
White with #85A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A3AF; }
p { color: rgb(133,163,175); }
H1.HeaderClassName
{
color: #85A3AF;
}
.AnyTagClassName
{
color: #85A3AF;
}
</style>
background-color css
<style>
a { background-color: #85A3AF; }
a { background-color: rgb(133,163,175); }
div.DivClassName
{
background-color: #85A3AF;
}
.BgClassName
{
background-color: #85A3AF;
}
</style>
border-color css
<style>
span { border-color: #85A3AF; }
span { border-color: rgb(133,163,175); }
td.TdClassName
{
border-color: #85A3AF;
}
.TagClassName
{
border-color: #85A3AF;
}
</style>