Shades of Ziggurat #89A5AA
Tints of Ziggurat #89A5AA
RGB
CMYK
RGB Variations
Color information
#89A5AA (or 0x89A5AA) is known color: Ziggurat. HEX triplet: 89, A5 and AA. RGB value is (137,165,170). Sum of RGB (Red+Green+Blue) = 137+165+170=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #89A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A5AA is #765A55. Grayscale: #9D9D9D. Windows color (decimal): -7756374 or 11183497. OLE color: 11183497.
HSL color Cylindrical-coordinate representation of color #89A5AA: hue angle of 189.09º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89A5AA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 165 | 170 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.33 |
| HSL | 189.09º | 0.16% | 0.6% | - |
| HSV(B) | 189.09º | 0.19% | 0.67% | - |
| XYZ | 31.03 | 35.13 | 43.18 | - |
| YUV | 157.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 170 | 0.19 | 0.03 | 0 | 0.33 | 189.09 | 0.16 | 0.6 |
| Hex | 89 | A5 | AA | 13 | 3 | 0 | 21 | BD | 10 | 3C |
| Octal | 211 | 245 | 252 | 23 | 3 | 0 | 41 | 275 | 20 | 74 |
| Binary | 10001001 | 10100101 | 10101010 | 10011 | 11 | 0 | 100001 | 10111101 | 10000 | 111100 |
Color Harmonies of #89A5AA
Complementary color
Monochromatic Colors of #89A5AA
Black with #89A5AA
Text Example
Text Example
White with #89A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A5AA; }
p { color: rgb(137,165,170); }
H1.HeaderClassName
{
color: #89A5AA;
}
.AnyTagClassName
{
color: #89A5AA;
}
</style>
background-color css
<style>
a { background-color: #89A5AA; }
a { background-color: rgb(137,165,170); }
div.DivClassName
{
background-color: #89A5AA;
}
.BgClassName
{
background-color: #89A5AA;
}
</style>
border-color css
<style>
span { border-color: #89A5AA; }
span { border-color: rgb(137,165,170); }
td.TdClassName
{
border-color: #89A5AA;
}
.TagClassName
{
border-color: #89A5AA;
}
</style>