Shades of Bali Hai #859BAC
Tints of Bali Hai #859BAC
RGB
CMYK
RGB Variations
Color information
#859BAC (or 0x859BAC) is known color: Bali Hai. HEX triplet: 85, 9B and AC. RGB value is (133,155,172). Sum of RGB (Red+Green+Blue) = 133+155+172=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #859BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAC is #7A6453. Grayscale: #969696. Windows color (decimal): -8021076 or 11312005. OLE color: 11312005.
HSL color Cylindrical-coordinate representation of color #859BAC: hue angle of 206.15º 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 #859BAC is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 155 | 172 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.33 |
| HSL | 206.15º | 0.19% | 0.6% | - |
| HSV(B) | 206.15º | 0.23% | 0.67% | - |
| XYZ | 28.84 | 31.41 | 43.57 | - |
| YUV | 150.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 172 | 0.23 | 0.10 | 0 | 0.33 | 206.15 | 0.19 | 0.6 |
| Hex | 85 | 9B | AC | 17 | A | 0 | 21 | CE | 13 | 3C |
| Octal | 205 | 233 | 254 | 27 | 12 | 0 | 41 | 316 | 23 | 74 |
| Binary | 10000101 | 10011011 | 10101100 | 10111 | 1010 | 0 | 100001 | 11001110 | 10011 | 111100 |
Color Harmonies of #859BAC
Complementary color
Monochromatic Colors of #859BAC
Black with #859BAC
Text Example
Text Example
White with #859BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BAC; }
p { color: rgb(133,155,172); }
H1.HeaderClassName
{
color: #859BAC;
}
.AnyTagClassName
{
color: #859BAC;
}
</style>
background-color css
<style>
a { background-color: #859BAC; }
a { background-color: rgb(133,155,172); }
div.DivClassName
{
background-color: #859BAC;
}
.BgClassName
{
background-color: #859BAC;
}
</style>
border-color css
<style>
span { border-color: #859BAC; }
span { border-color: rgb(133,155,172); }
td.TdClassName
{
border-color: #859BAC;
}
.TagClassName
{
border-color: #859BAC;
}
</style>