Shades of Ziggurat #89AFB0
Tints of Ziggurat #89AFB0
RGB
CMYK
RGB Variations
Color information
#89AFB0 (or 0x89AFB0) is known color: Ziggurat. HEX triplet: 89, AF and B0. RGB value is (137,175,176). Sum of RGB (Red+Green+Blue) = 137+175+176=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #89AFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AFB0 is #76504F. Grayscale: #A3A3A3. Windows color (decimal): -7753808 or 11579273. OLE color: 11579273.
HSL color Cylindrical-coordinate representation of color #89AFB0: hue angle of 181.54º degrees, saturation: 0.2, 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 #89AFB0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 176 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.31 |
| HSL | 181.54º | 0.2% | 0.61% | - |
| HSV(B) | 181.54º | 0.22% | 0.69% | - |
| XYZ | 33.48 | 39.11 | 46.86 | - |
| YUV | 163.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 176 | 0.22 | 0.01 | 0 | 0.31 | 181.54 | 0.2 | 0.61 |
| Hex | 89 | AF | B0 | 16 | 1 | 0 | 1F | B6 | 14 | 3D |
| Octal | 211 | 257 | 260 | 26 | 1 | 0 | 37 | 266 | 24 | 75 |
| Binary | 10001001 | 10101111 | 10110000 | 10110 | 1 | 0 | 11111 | 10110110 | 10100 | 111101 |
Color Harmonies of #89AFB0
Complementary color
Monochromatic Colors of #89AFB0
Black with #89AFB0
Text Example
Text Example
White with #89AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFB0; }
p { color: rgb(137,175,176); }
H1.HeaderClassName
{
color: #89AFB0;
}
.AnyTagClassName
{
color: #89AFB0;
}
</style>
background-color css
<style>
a { background-color: #89AFB0; }
a { background-color: rgb(137,175,176); }
div.DivClassName
{
background-color: #89AFB0;
}
.BgClassName
{
background-color: #89AFB0;
}
</style>
border-color css
<style>
span { border-color: #89AFB0; }
span { border-color: rgb(137,175,176); }
td.TdClassName
{
border-color: #89AFB0;
}
.TagClassName
{
border-color: #89AFB0;
}
</style>