Shades of Bali Hai #859AAB
Tints of Bali Hai #859AAB
RGB
CMYK
RGB Variations
Color information
#859AAB (or 0x859AAB) is known color: Bali Hai. HEX triplet: 85, 9A and AB. RGB value is (133,154,171). Sum of RGB (Red+Green+Blue) = 133+154+171=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #859AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859AAB is #7A6554. Grayscale: #959595. Windows color (decimal): -8021333 or 11246213. OLE color: 11246213.
HSL color Cylindrical-coordinate representation of color #859AAB: hue angle of 206.84º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859AAB is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 154 | 171 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.33 |
| HSL | 206.84º | 0.18% | 0.6% | - |
| HSV(B) | 206.84º | 0.22% | 0.67% | - |
| XYZ | 28.58 | 31.04 | 43.01 | - |
| YUV | 149.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 171 | 0.22 | 0.10 | 0 | 0.33 | 206.84 | 0.18 | 0.6 |
| Hex | 85 | 9A | AB | 16 | A | 0 | 21 | CF | 12 | 3C |
| Octal | 205 | 232 | 253 | 26 | 12 | 0 | 41 | 317 | 22 | 74 |
| Binary | 10000101 | 10011010 | 10101011 | 10110 | 1010 | 0 | 100001 | 11001111 | 10010 | 111100 |
Color Harmonies of #859AAB
Complementary color
Monochromatic Colors of #859AAB
Black with #859AAB
Text Example
Text Example
White with #859AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859AAB; }
p { color: rgb(133,154,171); }
H1.HeaderClassName
{
color: #859AAB;
}
.AnyTagClassName
{
color: #859AAB;
}
</style>
background-color css
<style>
a { background-color: #859AAB; }
a { background-color: rgb(133,154,171); }
div.DivClassName
{
background-color: #859AAB;
}
.BgClassName
{
background-color: #859AAB;
}
</style>
border-color css
<style>
span { border-color: #859AAB; }
span { border-color: rgb(133,154,171); }
td.TdClassName
{
border-color: #859AAB;
}
.TagClassName
{
border-color: #859AAB;
}
</style>