Shades of Ziggurat #89AAAF
Tints of Ziggurat #89AAAF
RGB
CMYK
RGB Variations
Color information
#89AAAF (or 0x89AAAF) is known color: Ziggurat. HEX triplet: 89, AA and AF. RGB value is (137,170,175). Sum of RGB (Red+Green+Blue) = 137+170+175=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #89AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAAF is #765550. Grayscale: #A0A0A0. Windows color (decimal): -7755089 or 11512457. OLE color: 11512457.
HSL color Cylindrical-coordinate representation of color #89AAAF: hue angle of 187.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89AAAF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 170 | 175 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.31 |
| HSL | 187.89º | 0.19% | 0.61% | - |
| HSV(B) | 187.89º | 0.22% | 0.69% | - |
| XYZ | 32.43 | 37.16 | 46.02 | - |
| YUV | 160.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 175 | 0.22 | 0.03 | 0 | 0.31 | 187.89 | 0.19 | 0.61 |
| Hex | 89 | AA | AF | 16 | 3 | 0 | 1F | BC | 13 | 3D |
| Octal | 211 | 252 | 257 | 26 | 3 | 0 | 37 | 274 | 23 | 75 |
| Binary | 10001001 | 10101010 | 10101111 | 10110 | 11 | 0 | 11111 | 10111100 | 10011 | 111101 |
Color Harmonies of #89AAAF
Complementary color
Monochromatic Colors of #89AAAF
Black with #89AAAF
Text Example
Text Example
White with #89AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAAF; }
p { color: rgb(137,170,175); }
H1.HeaderClassName
{
color: #89AAAF;
}
.AnyTagClassName
{
color: #89AAAF;
}
</style>
background-color css
<style>
a { background-color: #89AAAF; }
a { background-color: rgb(137,170,175); }
div.DivClassName
{
background-color: #89AAAF;
}
.BgClassName
{
background-color: #89AAAF;
}
</style>
border-color css
<style>
span { border-color: #89AAAF; }
span { border-color: rgb(137,170,175); }
td.TdClassName
{
border-color: #89AAAF;
}
.TagClassName
{
border-color: #89AAAF;
}
</style>