Shades of Ziggurat #88A5AD
Tints of Ziggurat #88A5AD
RGB
CMYK
RGB Variations
Color information
#88A5AD (or 0x88A5AD) is known color: Ziggurat. HEX triplet: 88, A5 and AD. RGB value is (136,165,173). Sum of RGB (Red+Green+Blue) = 136+165+173=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #88A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A5AD is #775A52. Grayscale: #9D9D9D. Windows color (decimal): -7821907 or 11380104. OLE color: 11380104.
HSL color Cylindrical-coordinate representation of color #88A5AD: hue angle of 192.97º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A5AD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 165 | 173 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.32 |
| HSL | 192.97º | 0.18% | 0.61% | - |
| HSV(B) | 192.97º | 0.21% | 0.68% | - |
| XYZ | 31.15 | 35.16 | 44.68 | - |
| YUV | 157.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 173 | 0.21 | 0.05 | 0 | 0.32 | 192.97 | 0.18 | 0.61 |
| Hex | 88 | A5 | AD | 15 | 5 | 0 | 20 | C1 | 12 | 3D |
| Octal | 210 | 245 | 255 | 25 | 5 | 0 | 40 | 301 | 22 | 75 |
| Binary | 10001000 | 10100101 | 10101101 | 10101 | 101 | 0 | 100000 | 11000001 | 10010 | 111101 |
Color Harmonies of #88A5AD
Complementary color
Monochromatic Colors of #88A5AD
Black with #88A5AD
Text Example
Text Example
White with #88A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5AD; }
p { color: rgb(136,165,173); }
H1.HeaderClassName
{
color: #88A5AD;
}
.AnyTagClassName
{
color: #88A5AD;
}
</style>
background-color css
<style>
a { background-color: #88A5AD; }
a { background-color: rgb(136,165,173); }
div.DivClassName
{
background-color: #88A5AD;
}
.BgClassName
{
background-color: #88A5AD;
}
</style>
border-color css
<style>
span { border-color: #88A5AD; }
span { border-color: rgb(136,165,173); }
td.TdClassName
{
border-color: #88A5AD;
}
.TagClassName
{
border-color: #88A5AD;
}
</style>