Shades of Bali Hai #859EAA
Tints of Bali Hai #859EAA
RGB
CMYK
RGB Variations
Color information
#859EAA (or 0x859EAA) is known color: Bali Hai. HEX triplet: 85, 9E and AA. RGB value is (133,158,170). Sum of RGB (Red+Green+Blue) = 133+158+170=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #859EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EAA is #7A6155. Grayscale: #979797. Windows color (decimal): -8020310 or 11181701. OLE color: 11181701.
HSL color Cylindrical-coordinate representation of color #859EAA: hue angle of 199.46º 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 #859EAA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 158 | 170 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.33 |
| HSL | 199.46º | 0.18% | 0.59% | - |
| HSV(B) | 199.46º | 0.22% | 0.67% | - |
| XYZ | 29.16 | 32.34 | 42.74 | - |
| YUV | 151.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 170 | 0.22 | 0.07 | 0 | 0.33 | 199.46 | 0.18 | 0.59 |
| Hex | 85 | 9E | AA | 16 | 7 | 0 | 21 | C7 | 12 | 3B |
| Octal | 205 | 236 | 252 | 26 | 7 | 0 | 41 | 307 | 22 | 73 |
| Binary | 10000101 | 10011110 | 10101010 | 10110 | 111 | 0 | 100001 | 11000111 | 10010 | 111011 |
Color Harmonies of #859EAA
Complementary color
Monochromatic Colors of #859EAA
Black with #859EAA
Text Example
Text Example
White with #859EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EAA; }
p { color: rgb(133,158,170); }
H1.HeaderClassName
{
color: #859EAA;
}
.AnyTagClassName
{
color: #859EAA;
}
</style>
background-color css
<style>
a { background-color: #859EAA; }
a { background-color: rgb(133,158,170); }
div.DivClassName
{
background-color: #859EAA;
}
.BgClassName
{
background-color: #859EAA;
}
</style>
border-color css
<style>
span { border-color: #859EAA; }
span { border-color: rgb(133,158,170); }
td.TdClassName
{
border-color: #859EAA;
}
.TagClassName
{
border-color: #859EAA;
}
</style>