Shades of Ziggurat #89AEB1
Tints of Ziggurat #89AEB1
RGB
CMYK
RGB Variations
Color information
#89AEB1 (or 0x89AEB1) is known color: Ziggurat. HEX triplet: 89, AE and B1. RGB value is (137,174,177). Sum of RGB (Red+Green+Blue) = 137+174+177=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 177 - color contains mainly: blue. Hex color #89AEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AEB1 is #76514E. Grayscale: #A3A3A3. Windows color (decimal): -7754063 or 11644553. OLE color: 11644553.
HSL color Cylindrical-coordinate representation of color #89AEB1: hue angle of 184.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89AEB1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 174 | 177 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.31 |
| HSL | 184.5º | 0.2% | 0.62% | - |
| HSV(B) | 184.5º | 0.23% | 0.69% | - |
| XYZ | 33.39 | 38.76 | 47.32 | - |
| YUV | 163.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 177 | 0.23 | 0.02 | 0 | 0.31 | 184.5 | 0.2 | 0.62 |
| Hex | 89 | AE | B1 | 17 | 2 | 0 | 1F | B8 | 14 | 3E |
| Octal | 211 | 256 | 261 | 27 | 2 | 0 | 37 | 270 | 24 | 76 |
| Binary | 10001001 | 10101110 | 10110001 | 10111 | 10 | 0 | 11111 | 10111000 | 10100 | 111110 |
Color Harmonies of #89AEB1
Complementary color
Monochromatic Colors of #89AEB1
Black with #89AEB1
Text Example
Text Example
White with #89AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AEB1; }
p { color: rgb(137,174,177); }
H1.HeaderClassName
{
color: #89AEB1;
}
.AnyTagClassName
{
color: #89AEB1;
}
</style>
background-color css
<style>
a { background-color: #89AEB1; }
a { background-color: rgb(137,174,177); }
div.DivClassName
{
background-color: #89AEB1;
}
.BgClassName
{
background-color: #89AEB1;
}
</style>
border-color css
<style>
span { border-color: #89AEB1; }
span { border-color: rgb(137,174,177); }
td.TdClassName
{
border-color: #89AEB1;
}
.TagClassName
{
border-color: #89AEB1;
}
</style>