Shades of Ziggurat #85ABAF
Tints of Ziggurat #85ABAF
RGB
CMYK
RGB Variations
Color information
#85ABAF (or 0x85ABAF) is known color: Ziggurat. HEX triplet: 85, AB and AF. RGB value is (133,171,175). Sum of RGB (Red+Green+Blue) = 133+171+175=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #85ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABAF is #7A5450. Grayscale: #A0A0A0. Windows color (decimal): -8016977 or 11512709. OLE color: 11512709.
HSL color Cylindrical-coordinate representation of color #85ABAF: hue angle of 185.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85ABAF is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 171 | 175 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.31 |
| HSL | 185.71º | 0.21% | 0.6% | - |
| HSV(B) | 185.71º | 0.24% | 0.69% | - |
| XYZ | 31.97 | 37.21 | 46.05 | - |
| YUV | 160.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 175 | 0.24 | 0.02 | 0 | 0.31 | 185.71 | 0.21 | 0.6 |
| Hex | 85 | AB | AF | 18 | 2 | 0 | 1F | BA | 15 | 3C |
| Octal | 205 | 253 | 257 | 30 | 2 | 0 | 37 | 272 | 25 | 74 |
| Binary | 10000101 | 10101011 | 10101111 | 11000 | 10 | 0 | 11111 | 10111010 | 10101 | 111100 |
Color Harmonies of #85ABAF
Complementary color
Monochromatic Colors of #85ABAF
Black with #85ABAF
Text Example
Text Example
White with #85ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABAF; }
p { color: rgb(133,171,175); }
H1.HeaderClassName
{
color: #85ABAF;
}
.AnyTagClassName
{
color: #85ABAF;
}
</style>
background-color css
<style>
a { background-color: #85ABAF; }
a { background-color: rgb(133,171,175); }
div.DivClassName
{
background-color: #85ABAF;
}
.BgClassName
{
background-color: #85ABAF;
}
</style>
border-color css
<style>
span { border-color: #85ABAF; }
span { border-color: rgb(133,171,175); }
td.TdClassName
{
border-color: #85ABAF;
}
.TagClassName
{
border-color: #85ABAF;
}
</style>