Shades of Bali Hai #859BAB
Tints of Bali Hai #859BAB
RGB
CMYK
RGB Variations
Color information
#859BAB (or 0x859BAB) is known color: Bali Hai. HEX triplet: 85, 9B and AB. RGB value is (133,155,171). Sum of RGB (Red+Green+Blue) = 133+155+171=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #859BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAB is #7A6454. Grayscale: #969696. Windows color (decimal): -8021077 or 11246469. OLE color: 11246469.
HSL color Cylindrical-coordinate representation of color #859BAB: hue angle of 205.26º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859BAB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 155 | 171 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.33 |
| HSL | 205.26º | 0.18% | 0.6% | - |
| HSV(B) | 205.26º | 0.22% | 0.67% | - |
| XYZ | 28.74 | 31.37 | 43.07 | - |
| YUV | 150.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 171 | 0.22 | 0.09 | 0 | 0.33 | 205.26 | 0.18 | 0.6 |
| Hex | 85 | 9B | AB | 16 | 9 | 0 | 21 | CD | 12 | 3C |
| Octal | 205 | 233 | 253 | 26 | 11 | 0 | 41 | 315 | 22 | 74 |
| Binary | 10000101 | 10011011 | 10101011 | 10110 | 1001 | 0 | 100001 | 11001101 | 10010 | 111100 |
Color Harmonies of #859BAB
Complementary color
Monochromatic Colors of #859BAB
Black with #859BAB
Text Example
Text Example
White with #859BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BAB; }
p { color: rgb(133,155,171); }
H1.HeaderClassName
{
color: #859BAB;
}
.AnyTagClassName
{
color: #859BAB;
}
</style>
background-color css
<style>
a { background-color: #859BAB; }
a { background-color: rgb(133,155,171); }
div.DivClassName
{
background-color: #859BAB;
}
.BgClassName
{
background-color: #859BAB;
}
</style>
border-color css
<style>
span { border-color: #859BAB; }
span { border-color: rgb(133,155,171); }
td.TdClassName
{
border-color: #859BAB;
}
.TagClassName
{
border-color: #859BAB;
}
</style>