Shades of Bali Hai #85A0AE
Tints of Bali Hai #85A0AE
RGB
CMYK
RGB Variations
Color information
#85A0AE (or 0x85A0AE) is known color: Bali Hai. HEX triplet: 85, A0 and AE. RGB value is (133,160,174). Sum of RGB (Red+Green+Blue) = 133+160+174=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #85A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A0AE is #7A5F51. Grayscale: #999999. Windows color (decimal): -8019794 or 11444357. OLE color: 11444357.
HSL color Cylindrical-coordinate representation of color #85A0AE: hue angle of 200.49º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85A0AE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 160 | 174 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.32 |
| HSL | 200.49º | 0.2% | 0.6% | - |
| HSV(B) | 200.49º | 0.24% | 0.68% | - |
| XYZ | 29.88 | 33.18 | 44.87 | - |
| YUV | 153.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 174 | 0.24 | 0.08 | 0 | 0.32 | 200.49 | 0.2 | 0.6 |
| Hex | 85 | A0 | AE | 18 | 8 | 0 | 20 | C8 | 14 | 3C |
| Octal | 205 | 240 | 256 | 30 | 10 | 0 | 40 | 310 | 24 | 74 |
| Binary | 10000101 | 10100000 | 10101110 | 11000 | 1000 | 0 | 100000 | 11001000 | 10100 | 111100 |
Color Harmonies of #85A0AE
Complementary color
Monochromatic Colors of #85A0AE
Black with #85A0AE
Text Example
Text Example
White with #85A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A0AE; }
p { color: rgb(133,160,174); }
H1.HeaderClassName
{
color: #85A0AE;
}
.AnyTagClassName
{
color: #85A0AE;
}
</style>
background-color css
<style>
a { background-color: #85A0AE; }
a { background-color: rgb(133,160,174); }
div.DivClassName
{
background-color: #85A0AE;
}
.BgClassName
{
background-color: #85A0AE;
}
</style>
border-color css
<style>
span { border-color: #85A0AE; }
span { border-color: rgb(133,160,174); }
td.TdClassName
{
border-color: #85A0AE;
}
.TagClassName
{
border-color: #85A0AE;
}
</style>