Shades of Ziggurat #89A5AB
Tints of Ziggurat #89A5AB
RGB
CMYK
RGB Variations
Color information
#89A5AB (or 0x89A5AB) is known color: Ziggurat. HEX triplet: 89, A5 and AB. RGB value is (137,165,171). Sum of RGB (Red+Green+Blue) = 137+165+171=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #89A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A5AB is #765A54. Grayscale: #9D9D9D. Windows color (decimal): -7756373 or 11249033. OLE color: 11249033.
HSL color Cylindrical-coordinate representation of color #89A5AB: hue angle of 190.59º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89A5AB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 165 | 171 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.33 |
| HSL | 190.59º | 0.17% | 0.6% | - |
| HSV(B) | 190.59º | 0.2% | 0.67% | - |
| XYZ | 31.12 | 35.17 | 43.68 | - |
| YUV | 157.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 171 | 0.20 | 0.04 | 0 | 0.33 | 190.59 | 0.17 | 0.6 |
| Hex | 89 | A5 | AB | 14 | 4 | 0 | 21 | BF | 11 | 3C |
| Octal | 211 | 245 | 253 | 24 | 4 | 0 | 41 | 277 | 21 | 74 |
| Binary | 10001001 | 10100101 | 10101011 | 10100 | 100 | 0 | 100001 | 10111111 | 10001 | 111100 |
Color Harmonies of #89A5AB
Complementary color
Monochromatic Colors of #89A5AB
Black with #89A5AB
Text Example
Text Example
White with #89A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A5AB; }
p { color: rgb(137,165,171); }
H1.HeaderClassName
{
color: #89A5AB;
}
.AnyTagClassName
{
color: #89A5AB;
}
</style>
background-color css
<style>
a { background-color: #89A5AB; }
a { background-color: rgb(137,165,171); }
div.DivClassName
{
background-color: #89A5AB;
}
.BgClassName
{
background-color: #89A5AB;
}
</style>
border-color css
<style>
span { border-color: #89A5AB; }
span { border-color: rgb(137,165,171); }
td.TdClassName
{
border-color: #89A5AB;
}
.TagClassName
{
border-color: #89A5AB;
}
</style>