Shades of Ziggurat #85ABAE
Tints of Ziggurat #85ABAE
RGB
CMYK
RGB Variations
Color information
#85ABAE (or 0x85ABAE) is known color: Ziggurat. HEX triplet: 85, AB and AE. RGB value is (133,171,174). Sum of RGB (Red+Green+Blue) = 133+171+174=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #85ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABAE is #7A5451. Grayscale: #9F9F9F. Windows color (decimal): -8016978 or 11447173. OLE color: 11447173.
HSL color Cylindrical-coordinate representation of color #85ABAE: hue angle of 184.39º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85ABAE is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 171 | 174 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.32 |
| HSL | 184.39º | 0.2% | 0.6% | - |
| HSV(B) | 184.39º | 0.24% | 0.68% | - |
| XYZ | 31.88 | 37.17 | 45.54 | - |
| YUV | 159.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 174 | 0.24 | 0.02 | 0 | 0.32 | 184.39 | 0.2 | 0.6 |
| Hex | 85 | AB | AE | 18 | 2 | 0 | 20 | B8 | 14 | 3C |
| Octal | 205 | 253 | 256 | 30 | 2 | 0 | 40 | 270 | 24 | 74 |
| Binary | 10000101 | 10101011 | 10101110 | 11000 | 10 | 0 | 100000 | 10111000 | 10100 | 111100 |
Color Harmonies of #85ABAE
Complementary color
Monochromatic Colors of #85ABAE
Black with #85ABAE
Text Example
Text Example
White with #85ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABAE; }
p { color: rgb(133,171,174); }
H1.HeaderClassName
{
color: #85ABAE;
}
.AnyTagClassName
{
color: #85ABAE;
}
</style>
background-color css
<style>
a { background-color: #85ABAE; }
a { background-color: rgb(133,171,174); }
div.DivClassName
{
background-color: #85ABAE;
}
.BgClassName
{
background-color: #85ABAE;
}
</style>
border-color css
<style>
span { border-color: #85ABAE; }
span { border-color: rgb(133,171,174); }
td.TdClassName
{
border-color: #85ABAE;
}
.TagClassName
{
border-color: #85ABAE;
}
</style>