Shades of Bali Hai #859EAC
Tints of Bali Hai #859EAC
RGB
CMYK
RGB Variations
Color information
#859EAC (or 0x859EAC) is known color: Bali Hai. HEX triplet: 85, 9E and AC. RGB value is (133,158,172). Sum of RGB (Red+Green+Blue) = 133+158+172=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #859EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EAC is #7A6153. Grayscale: #989898. Windows color (decimal): -8020308 or 11312773. OLE color: 11312773.
HSL color Cylindrical-coordinate representation of color #859EAC: hue angle of 201.54º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859EAC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 158 | 172 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.33 |
| HSL | 201.54º | 0.19% | 0.6% | - |
| HSV(B) | 201.54º | 0.23% | 0.67% | - |
| XYZ | 29.35 | 32.42 | 43.74 | - |
| YUV | 152.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 172 | 0.23 | 0.08 | 0 | 0.33 | 201.54 | 0.19 | 0.6 |
| Hex | 85 | 9E | AC | 17 | 8 | 0 | 21 | CA | 13 | 3C |
| Octal | 205 | 236 | 254 | 27 | 10 | 0 | 41 | 312 | 23 | 74 |
| Binary | 10000101 | 10011110 | 10101100 | 10111 | 1000 | 0 | 100001 | 11001010 | 10011 | 111100 |
Color Harmonies of #859EAC
Complementary color
Monochromatic Colors of #859EAC
Black with #859EAC
Text Example
Text Example
White with #859EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EAC; }
p { color: rgb(133,158,172); }
H1.HeaderClassName
{
color: #859EAC;
}
.AnyTagClassName
{
color: #859EAC;
}
</style>
background-color css
<style>
a { background-color: #859EAC; }
a { background-color: rgb(133,158,172); }
div.DivClassName
{
background-color: #859EAC;
}
.BgClassName
{
background-color: #859EAC;
}
</style>
border-color css
<style>
span { border-color: #859EAC; }
span { border-color: rgb(133,158,172); }
td.TdClassName
{
border-color: #859EAC;
}
.TagClassName
{
border-color: #859EAC;
}
</style>