Shades of Ziggurat #89ABAF
Tints of Ziggurat #89ABAF
RGB
CMYK
RGB Variations
Color information
#89ABAF (or 0x89ABAF) is known color: Ziggurat. HEX triplet: 89, AB and AF. RGB value is (137,171,175). Sum of RGB (Red+Green+Blue) = 137+171+175=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #89ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ABAF is #765450. Grayscale: #A1A1A1. Windows color (decimal): -7754833 or 11512713. OLE color: 11512713.
HSL color Cylindrical-coordinate representation of color #89ABAF: hue angle of 186.32º 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 #89ABAF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 171 | 175 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.31 |
| HSL | 186.32º | 0.19% | 0.61% | - |
| HSV(B) | 186.32º | 0.22% | 0.69% | - |
| XYZ | 32.62 | 37.54 | 46.08 | - |
| YUV | 161.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 175 | 0.22 | 0.02 | 0 | 0.31 | 186.32 | 0.19 | 0.61 |
| Hex | 89 | AB | AF | 16 | 2 | 0 | 1F | BA | 13 | 3D |
| Octal | 211 | 253 | 257 | 26 | 2 | 0 | 37 | 272 | 23 | 75 |
| Binary | 10001001 | 10101011 | 10101111 | 10110 | 10 | 0 | 11111 | 10111010 | 10011 | 111101 |
Color Harmonies of #89ABAF
Complementary color
Monochromatic Colors of #89ABAF
Black with #89ABAF
Text Example
Text Example
White with #89ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABAF; }
p { color: rgb(137,171,175); }
H1.HeaderClassName
{
color: #89ABAF;
}
.AnyTagClassName
{
color: #89ABAF;
}
</style>
background-color css
<style>
a { background-color: #89ABAF; }
a { background-color: rgb(137,171,175); }
div.DivClassName
{
background-color: #89ABAF;
}
.BgClassName
{
background-color: #89ABAF;
}
</style>
border-color css
<style>
span { border-color: #89ABAF; }
span { border-color: rgb(137,171,175); }
td.TdClassName
{
border-color: #89ABAF;
}
.TagClassName
{
border-color: #89ABAF;
}
</style>