Shades of Bali Hai #859AAA
Tints of Bali Hai #859AAA
RGB
CMYK
RGB Variations
Color information
#859AAA (or 0x859AAA) is known color: Bali Hai. HEX triplet: 85, 9A and AA. RGB value is (133,154,170). Sum of RGB (Red+Green+Blue) = 133+154+170=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #859AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859AAA is #7A6555. Grayscale: #959595. Windows color (decimal): -8021334 or 11180677. OLE color: 11180677.
HSL color Cylindrical-coordinate representation of color #859AAA: hue angle of 205.95º 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 #859AAA is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 154 | 170 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.33 |
| HSL | 205.95º | 0.18% | 0.59% | - |
| HSV(B) | 205.95º | 0.22% | 0.67% | - |
| XYZ | 28.48 | 31 | 42.51 | - |
| YUV | 149.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 170 | 0.22 | 0.09 | 0 | 0.33 | 205.95 | 0.18 | 0.59 |
| Hex | 85 | 9A | AA | 16 | 9 | 0 | 21 | CE | 12 | 3B |
| Octal | 205 | 232 | 252 | 26 | 11 | 0 | 41 | 316 | 22 | 73 |
| Binary | 10000101 | 10011010 | 10101010 | 10110 | 1001 | 0 | 100001 | 11001110 | 10010 | 111011 |
Color Harmonies of #859AAA
Complementary color
Monochromatic Colors of #859AAA
Black with #859AAA
Text Example
Text Example
White with #859AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859AAA; }
p { color: rgb(133,154,170); }
H1.HeaderClassName
{
color: #859AAA;
}
.AnyTagClassName
{
color: #859AAA;
}
</style>
background-color css
<style>
a { background-color: #859AAA; }
a { background-color: rgb(133,154,170); }
div.DivClassName
{
background-color: #859AAA;
}
.BgClassName
{
background-color: #859AAA;
}
</style>
border-color css
<style>
span { border-color: #859AAA; }
span { border-color: rgb(133,154,170); }
td.TdClassName
{
border-color: #859AAA;
}
.TagClassName
{
border-color: #859AAA;
}
</style>