Shades of Ziggurat #87A5AB
Tints of Ziggurat #87A5AB
RGB
CMYK
RGB Variations
Color information
#87A5AB (or 0x87A5AB) is known color: Ziggurat. HEX triplet: 87, A5 and AB. RGB value is (135,165,171). Sum of RGB (Red+Green+Blue) = 135+165+171=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #87A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A5AB is #785A54. Grayscale: #9C9C9C. Windows color (decimal): -7887445 or 11249031. OLE color: 11249031.
HSL color Cylindrical-coordinate representation of color #87A5AB: hue angle of 190º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87A5AB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 165 | 171 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.33 |
| HSL | 190º | 0.18% | 0.6% | - |
| HSV(B) | 190º | 0.21% | 0.67% | - |
| XYZ | 30.8 | 35 | 43.66 | - |
| YUV | 156.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 165 | 171 | 0.21 | 0.04 | 0 | 0.33 | 190 | 0.18 | 0.6 |
| Hex | 87 | A5 | AB | 15 | 4 | 0 | 21 | BE | 12 | 3C |
| Octal | 207 | 245 | 253 | 25 | 4 | 0 | 41 | 276 | 22 | 74 |
| Binary | 10000111 | 10100101 | 10101011 | 10101 | 100 | 0 | 100001 | 10111110 | 10010 | 111100 |
Color Harmonies of #87A5AB
Complementary color
Monochromatic Colors of #87A5AB
Black with #87A5AB
Text Example
Text Example
White with #87A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A5AB; }
p { color: rgb(135,165,171); }
H1.HeaderClassName
{
color: #87A5AB;
}
.AnyTagClassName
{
color: #87A5AB;
}
</style>
background-color css
<style>
a { background-color: #87A5AB; }
a { background-color: rgb(135,165,171); }
div.DivClassName
{
background-color: #87A5AB;
}
.BgClassName
{
background-color: #87A5AB;
}
</style>
border-color css
<style>
span { border-color: #87A5AB; }
span { border-color: rgb(135,165,171); }
td.TdClassName
{
border-color: #87A5AB;
}
.TagClassName
{
border-color: #87A5AB;
}
</style>