Shades of Ziggurat #85A8AD
Tints of Ziggurat #85A8AD
RGB
CMYK
RGB Variations
Color information
#85A8AD (or 0x85A8AD) is known color: Ziggurat. HEX triplet: 85, A8 and AD. RGB value is (133,168,173). Sum of RGB (Red+Green+Blue) = 133+168+173=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 168 (66.02% from 255 or 35.44% 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 #85A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A8AD is #7A5752. Grayscale: #9E9E9E. Windows color (decimal): -8017747 or 11380869. OLE color: 11380869.
HSL color Cylindrical-coordinate representation of color #85A8AD: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85A8AD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 168 | 173 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.32 |
| HSL | 187.5º | 0.2% | 0.6% | - |
| HSV(B) | 187.5º | 0.23% | 0.68% | - |
| XYZ | 31.22 | 36.01 | 44.84 | - |
| YUV | 158.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 173 | 0.23 | 0.03 | 0 | 0.32 | 187.5 | 0.2 | 0.6 |
| Hex | 85 | A8 | AD | 17 | 3 | 0 | 20 | BC | 14 | 3C |
| Octal | 205 | 250 | 255 | 27 | 3 | 0 | 40 | 274 | 24 | 74 |
| Binary | 10000101 | 10101000 | 10101101 | 10111 | 11 | 0 | 100000 | 10111100 | 10100 | 111100 |
Color Harmonies of #85A8AD
Complementary color
Monochromatic Colors of #85A8AD
Black with #85A8AD
Text Example
Text Example
White with #85A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8AD; }
p { color: rgb(133,168,173); }
H1.HeaderClassName
{
color: #85A8AD;
}
.AnyTagClassName
{
color: #85A8AD;
}
</style>
background-color css
<style>
a { background-color: #85A8AD; }
a { background-color: rgb(133,168,173); }
div.DivClassName
{
background-color: #85A8AD;
}
.BgClassName
{
background-color: #85A8AD;
}
</style>
border-color css
<style>
span { border-color: #85A8AD; }
span { border-color: rgb(133,168,173); }
td.TdClassName
{
border-color: #85A8AD;
}
.TagClassName
{
border-color: #85A8AD;
}
</style>