Shades of Ziggurat #85ADB0
Tints of Ziggurat #85ADB0
RGB
CMYK
RGB Variations
Color information
#85ADB0 (or 0x85ADB0) is known color: Ziggurat. HEX triplet: 85, AD and B0. RGB value is (133,173,176). Sum of RGB (Red+Green+Blue) = 133+173+176=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 176 - color contains mainly: blue. Hex color #85ADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADB0 is #7A524F. Grayscale: #A1A1A1. Windows color (decimal): -8016464 or 11578757. OLE color: 11578757.
HSL color Cylindrical-coordinate representation of color #85ADB0: hue angle of 184.19º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85ADB0 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 173 | 176 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.31 |
| HSL | 184.19º | 0.21% | 0.61% | - |
| HSV(B) | 184.19º | 0.24% | 0.69% | - |
| XYZ | 32.45 | 38.01 | 46.7 | - |
| YUV | 161.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 176 | 0.24 | 0.02 | 0 | 0.31 | 184.19 | 0.21 | 0.61 |
| Hex | 85 | AD | B0 | 18 | 2 | 0 | 1F | B8 | 15 | 3D |
| Octal | 205 | 255 | 260 | 30 | 2 | 0 | 37 | 270 | 25 | 75 |
| Binary | 10000101 | 10101101 | 10110000 | 11000 | 10 | 0 | 11111 | 10111000 | 10101 | 111101 |
Color Harmonies of #85ADB0
Complementary color
Monochromatic Colors of #85ADB0
Black with #85ADB0
Text Example
Text Example
White with #85ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADB0; }
p { color: rgb(133,173,176); }
H1.HeaderClassName
{
color: #85ADB0;
}
.AnyTagClassName
{
color: #85ADB0;
}
</style>
background-color css
<style>
a { background-color: #85ADB0; }
a { background-color: rgb(133,173,176); }
div.DivClassName
{
background-color: #85ADB0;
}
.BgClassName
{
background-color: #85ADB0;
}
</style>
border-color css
<style>
span { border-color: #85ADB0; }
span { border-color: rgb(133,173,176); }
td.TdClassName
{
border-color: #85ADB0;
}
.TagClassName
{
border-color: #85ADB0;
}
</style>