Shades of Ziggurat #85B2AF
Tints of Ziggurat #85B2AF
RGB
CMYK
RGB Variations
Color information
#85B2AF (or 0x85B2AF) is known color: Ziggurat. HEX triplet: 85, B2 and AF. RGB value is (133,178,175). Sum of RGB (Red+Green+Blue) = 133+178+175=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 178 - color contains mainly: green. Hex color #85B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B2AF is #7A4D50. Grayscale: #A4A4A4. Windows color (decimal): -8015185 or 11514501. OLE color: 11514501.
HSL color Cylindrical-coordinate representation of color #85B2AF: hue angle of 176º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85B2AF is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 175 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.30 |
| HSL | 176º | 0.23% | 0.61% | - |
| HSV(B) | 176º | 0.25% | 0.7% | - |
| XYZ | 33.33 | 39.92 | 46.51 | - |
| YUV | 164.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 175 | 0.25 | 0 | 0.02 | 0.30 | 176 | 0.23 | 0.61 |
| Hex | 85 | B2 | AF | 19 | 0 | 2 | 1E | B0 | 17 | 3D |
| Octal | 205 | 262 | 257 | 31 | 0 | 2 | 36 | 260 | 27 | 75 |
| Binary | 10000101 | 10110010 | 10101111 | 11001 | 0 | 10 | 11110 | 10110000 | 10111 | 111101 |
Color Harmonies of #85B2AF
Complementary color
Monochromatic Colors of #85B2AF
Black with #85B2AF
Text Example
Text Example
White with #85B2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B2AF; }
p { color: rgb(133,178,175); }
H1.HeaderClassName
{
color: #85B2AF;
}
.AnyTagClassName
{
color: #85B2AF;
}
</style>
background-color css
<style>
a { background-color: #85B2AF; }
a { background-color: rgb(133,178,175); }
div.DivClassName
{
background-color: #85B2AF;
}
.BgClassName
{
background-color: #85B2AF;
}
</style>
border-color css
<style>
span { border-color: #85B2AF; }
span { border-color: rgb(133,178,175); }
td.TdClassName
{
border-color: #85B2AF;
}
.TagClassName
{
border-color: #85B2AF;
}
</style>