Shades of Bali Hai #859DAA
Tints of Bali Hai #859DAA
RGB
CMYK
RGB Variations
Color information
#859DAA (or 0x859DAA) is known color: Bali Hai. HEX triplet: 85, 9D and AA. RGB value is (133,157,170). Sum of RGB (Red+Green+Blue) = 133+157+170=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #859DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DAA is #7A6255. Grayscale: #979797. Windows color (decimal): -8020566 or 11181445. OLE color: 11181445.
HSL color Cylindrical-coordinate representation of color #859DAA: hue angle of 201.08º 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 #859DAA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 157 | 170 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.33 |
| HSL | 201.08º | 0.18% | 0.59% | - |
| HSV(B) | 201.08º | 0.22% | 0.67% | - |
| XYZ | 28.99 | 32 | 42.68 | - |
| YUV | 151.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 170 | 0.22 | 0.08 | 0 | 0.33 | 201.08 | 0.18 | 0.59 |
| Hex | 85 | 9D | AA | 16 | 8 | 0 | 21 | C9 | 12 | 3B |
| Octal | 205 | 235 | 252 | 26 | 10 | 0 | 41 | 311 | 22 | 73 |
| Binary | 10000101 | 10011101 | 10101010 | 10110 | 1000 | 0 | 100001 | 11001001 | 10010 | 111011 |
Color Harmonies of #859DAA
Complementary color
Monochromatic Colors of #859DAA
Black with #859DAA
Text Example
Text Example
White with #859DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DAA; }
p { color: rgb(133,157,170); }
H1.HeaderClassName
{
color: #859DAA;
}
.AnyTagClassName
{
color: #859DAA;
}
</style>
background-color css
<style>
a { background-color: #859DAA; }
a { background-color: rgb(133,157,170); }
div.DivClassName
{
background-color: #859DAA;
}
.BgClassName
{
background-color: #859DAA;
}
</style>
border-color css
<style>
span { border-color: #859DAA; }
span { border-color: rgb(133,157,170); }
td.TdClassName
{
border-color: #859DAA;
}
.TagClassName
{
border-color: #859DAA;
}
</style>