Shades of Ziggurat #85ADB4
Tints of Ziggurat #85ADB4
RGB
CMYK
RGB Variations
Color information
#85ADB4 (or 0x85ADB4) is known color: Ziggurat. HEX triplet: 85, AD and B4. RGB value is (133,173,180). Sum of RGB (Red+Green+Blue) = 133+173+180=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #85ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADB4 is #7A524B. Grayscale: #A1A1A1. Windows color (decimal): -8016460 or 11840901. OLE color: 11840901.
HSL color Cylindrical-coordinate representation of color #85ADB4: hue angle of 188.94º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85ADB4 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 173 | 180 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.29 |
| HSL | 188.94º | 0.24% | 0.61% | - |
| HSV(B) | 188.94º | 0.26% | 0.71% | - |
| XYZ | 32.85 | 38.17 | 48.82 | - |
| YUV | 161.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 180 | 0.26 | 0.04 | 0 | 0.29 | 188.94 | 0.24 | 0.61 |
| Hex | 85 | AD | B4 | 1A | 4 | 0 | 1D | BD | 18 | 3D |
| Octal | 205 | 255 | 264 | 32 | 4 | 0 | 35 | 275 | 30 | 75 |
| Binary | 10000101 | 10101101 | 10110100 | 11010 | 100 | 0 | 11101 | 10111101 | 11000 | 111101 |
Color Harmonies of #85ADB4
Complementary color
Monochromatic Colors of #85ADB4
Black with #85ADB4
Text Example
Text Example
White with #85ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADB4; }
p { color: rgb(133,173,180); }
H1.HeaderClassName
{
color: #85ADB4;
}
.AnyTagClassName
{
color: #85ADB4;
}
</style>
background-color css
<style>
a { background-color: #85ADB4; }
a { background-color: rgb(133,173,180); }
div.DivClassName
{
background-color: #85ADB4;
}
.BgClassName
{
background-color: #85ADB4;
}
</style>
border-color css
<style>
span { border-color: #85ADB4; }
span { border-color: rgb(133,173,180); }
td.TdClassName
{
border-color: #85ADB4;
}
.TagClassName
{
border-color: #85ADB4;
}
</style>