Shades of Ziggurat #85A8AB
Tints of Ziggurat #85A8AB
RGB
CMYK
RGB Variations
Color information
#85A8AB (or 0x85A8AB) is known color: Ziggurat. HEX triplet: 85, A8 and AB. RGB value is (133,168,171). Sum of RGB (Red+Green+Blue) = 133+168+171=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #85A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A8AB is #7A5754. Grayscale: #9D9D9D. Windows color (decimal): -8017749 or 11249797. OLE color: 11249797.
HSL color Cylindrical-coordinate representation of color #85A8AB: hue angle of 184.74º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85A8AB is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 168 | 171 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.33 |
| HSL | 184.74º | 0.18% | 0.6% | - |
| HSV(B) | 184.74º | 0.22% | 0.67% | - |
| XYZ | 31.03 | 35.93 | 43.83 | - |
| YUV | 157.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 171 | 0.22 | 0.02 | 0 | 0.33 | 184.74 | 0.18 | 0.6 |
| Hex | 85 | A8 | AB | 16 | 2 | 0 | 21 | B9 | 12 | 3C |
| Octal | 205 | 250 | 253 | 26 | 2 | 0 | 41 | 271 | 22 | 74 |
| Binary | 10000101 | 10101000 | 10101011 | 10110 | 10 | 0 | 100001 | 10111001 | 10010 | 111100 |
Color Harmonies of #85A8AB
Complementary color
Monochromatic Colors of #85A8AB
Black with #85A8AB
Text Example
Text Example
White with #85A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8AB; }
p { color: rgb(133,168,171); }
H1.HeaderClassName
{
color: #85A8AB;
}
.AnyTagClassName
{
color: #85A8AB;
}
</style>
background-color css
<style>
a { background-color: #85A8AB; }
a { background-color: rgb(133,168,171); }
div.DivClassName
{
background-color: #85A8AB;
}
.BgClassName
{
background-color: #85A8AB;
}
</style>
border-color css
<style>
span { border-color: #85A8AB; }
span { border-color: rgb(133,168,171); }
td.TdClassName
{
border-color: #85A8AB;
}
.TagClassName
{
border-color: #85A8AB;
}
</style>