Shades of Ziggurat #85A8AF
Tints of Ziggurat #85A8AF
RGB
CMYK
RGB Variations
Color information
#85A8AF (or 0x85A8AF) is known color: Ziggurat. HEX triplet: 85, A8 and AF. RGB value is (133,168,175). Sum of RGB (Red+Green+Blue) = 133+168+175=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #85A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A8AF is #7A5750. Grayscale: #9E9E9E. Windows color (decimal): -8017745 or 11511941. OLE color: 11511941.
HSL color Cylindrical-coordinate representation of color #85A8AF: hue angle of 190º 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 #85A8AF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 168 | 175 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.31 |
| HSL | 190º | 0.21% | 0.6% | - |
| HSV(B) | 190º | 0.24% | 0.69% | - |
| XYZ | 31.41 | 36.09 | 45.87 | - |
| YUV | 158.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 175 | 0.24 | 0.04 | 0 | 0.31 | 190 | 0.21 | 0.6 |
| Hex | 85 | A8 | AF | 18 | 4 | 0 | 1F | BE | 15 | 3C |
| Octal | 205 | 250 | 257 | 30 | 4 | 0 | 37 | 276 | 25 | 74 |
| Binary | 10000101 | 10101000 | 10101111 | 11000 | 100 | 0 | 11111 | 10111110 | 10101 | 111100 |
Color Harmonies of #85A8AF
Complementary color
Monochromatic Colors of #85A8AF
Black with #85A8AF
Text Example
Text Example
White with #85A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8AF; }
p { color: rgb(133,168,175); }
H1.HeaderClassName
{
color: #85A8AF;
}
.AnyTagClassName
{
color: #85A8AF;
}
</style>
background-color css
<style>
a { background-color: #85A8AF; }
a { background-color: rgb(133,168,175); }
div.DivClassName
{
background-color: #85A8AF;
}
.BgClassName
{
background-color: #85A8AF;
}
</style>
border-color css
<style>
span { border-color: #85A8AF; }
span { border-color: rgb(133,168,175); }
td.TdClassName
{
border-color: #85A8AF;
}
.TagClassName
{
border-color: #85A8AF;
}
</style>