Shades of Bali Hai #859AA2
Tints of Bali Hai #859AA2
RGB
CMYK
RGB Variations
Color information
#859AA2 (or 0x859AA2) is known color: Bali Hai. HEX triplet: 85, 9A and A2. RGB value is (133,154,162). Sum of RGB (Red+Green+Blue) = 133+154+162=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 162 - color contains mainly: blue. Hex color #859AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859AA2 is #7A655D. Grayscale: #949494. Windows color (decimal): -8021342 or 10656389. OLE color: 10656389.
HSL color Cylindrical-coordinate representation of color #859AA2: hue angle of 196.55º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #859AA2 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 154 | 162 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.36 |
| HSL | 196.55º | 0.13% | 0.58% | - |
| HSV(B) | 196.55º | 0.18% | 0.64% | - |
| XYZ | 27.75 | 30.71 | 38.65 | - |
| YUV | 148.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 162 | 0.18 | 0.05 | 0 | 0.36 | 196.55 | 0.13 | 0.58 |
| Hex | 85 | 9A | A2 | 12 | 5 | 0 | 24 | C5 | D | 3A |
| Octal | 205 | 232 | 242 | 22 | 5 | 0 | 44 | 305 | 15 | 72 |
| Binary | 10000101 | 10011010 | 10100010 | 10010 | 101 | 0 | 100100 | 11000101 | 1101 | 111010 |
Color Harmonies of #859AA2
Complementary color
Monochromatic Colors of #859AA2
Black with #859AA2
Text Example
Text Example
White with #859AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859AA2; }
p { color: rgb(133,154,162); }
H1.HeaderClassName
{
color: #859AA2;
}
.AnyTagClassName
{
color: #859AA2;
}
</style>
background-color css
<style>
a { background-color: #859AA2; }
a { background-color: rgb(133,154,162); }
div.DivClassName
{
background-color: #859AA2;
}
.BgClassName
{
background-color: #859AA2;
}
</style>
border-color css
<style>
span { border-color: #859AA2; }
span { border-color: rgb(133,154,162); }
td.TdClassName
{
border-color: #859AA2;
}
.TagClassName
{
border-color: #859AA2;
}
</style>