Shades of Ziggurat #85A5AF
Tints of Ziggurat #85A5AF
RGB
CMYK
RGB Variations
Color information
#85A5AF (or 0x85A5AF) is known color: Ziggurat. HEX triplet: 85, A5 and AF. RGB value is (133,165,175). Sum of RGB (Red+Green+Blue) = 133+165+175=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #85A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A5AF is #7A5A50. Grayscale: #9C9C9C. Windows color (decimal): -8018513 or 11511173. OLE color: 11511173.
HSL color Cylindrical-coordinate representation of color #85A5AF: hue angle of 194.29º 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 #85A5AF is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 165 | 175 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.31 |
| HSL | 194.29º | 0.21% | 0.6% | - |
| HSV(B) | 194.29º | 0.24% | 0.69% | - |
| XYZ | 30.87 | 34.99 | 45.68 | - |
| YUV | 156.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 175 | 0.24 | 0.06 | 0 | 0.31 | 194.29 | 0.21 | 0.6 |
| Hex | 85 | A5 | AF | 18 | 6 | 0 | 1F | C2 | 15 | 3C |
| Octal | 205 | 245 | 257 | 30 | 6 | 0 | 37 | 302 | 25 | 74 |
| Binary | 10000101 | 10100101 | 10101111 | 11000 | 110 | 0 | 11111 | 11000010 | 10101 | 111100 |
Color Harmonies of #85A5AF
Complementary color
Monochromatic Colors of #85A5AF
Black with #85A5AF
Text Example
Text Example
White with #85A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A5AF; }
p { color: rgb(133,165,175); }
H1.HeaderClassName
{
color: #85A5AF;
}
.AnyTagClassName
{
color: #85A5AF;
}
</style>
background-color css
<style>
a { background-color: #85A5AF; }
a { background-color: rgb(133,165,175); }
div.DivClassName
{
background-color: #85A5AF;
}
.BgClassName
{
background-color: #85A5AF;
}
</style>
border-color css
<style>
span { border-color: #85A5AF; }
span { border-color: rgb(133,165,175); }
td.TdClassName
{
border-color: #85A5AF;
}
.TagClassName
{
border-color: #85A5AF;
}
</style>