Shades of Ziggurat #85AEAD
Tints of Ziggurat #85AEAD
RGB
CMYK
RGB Variations
Color information
#85AEAD (or 0x85AEAD) is known color: Ziggurat. HEX triplet: 85, AE and AD. RGB value is (133,174,173). Sum of RGB (Red+Green+Blue) = 133+174+173=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #85AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AEAD is #7A5152. Grayscale: #A1A1A1. Windows color (decimal): -8016211 or 11382405. OLE color: 11382405.
HSL color Cylindrical-coordinate representation of color #85AEAD: hue angle of 178.54º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AEAD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 173 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.32 |
| HSL | 178.54º | 0.2% | 0.6% | - |
| HSV(B) | 178.54º | 0.24% | 0.68% | - |
| XYZ | 32.35 | 38.28 | 45.22 | - |
| YUV | 161.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 173 | 0.24 | 0 | 0.01 | 0.32 | 178.54 | 0.2 | 0.6 |
| Hex | 85 | AE | AD | 18 | 0 | 1 | 20 | B3 | 14 | 3C |
| Octal | 205 | 256 | 255 | 30 | 0 | 1 | 40 | 263 | 24 | 74 |
| Binary | 10000101 | 10101110 | 10101101 | 11000 | 0 | 1 | 100000 | 10110011 | 10100 | 111100 |
Color Harmonies of #85AEAD
Complementary color
Monochromatic Colors of #85AEAD
Black with #85AEAD
Text Example
Text Example
White with #85AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AEAD; }
p { color: rgb(133,174,173); }
H1.HeaderClassName
{
color: #85AEAD;
}
.AnyTagClassName
{
color: #85AEAD;
}
</style>
background-color css
<style>
a { background-color: #85AEAD; }
a { background-color: rgb(133,174,173); }
div.DivClassName
{
background-color: #85AEAD;
}
.BgClassName
{
background-color: #85AEAD;
}
</style>
border-color css
<style>
span { border-color: #85AEAD; }
span { border-color: rgb(133,174,173); }
td.TdClassName
{
border-color: #85AEAD;
}
.TagClassName
{
border-color: #85AEAD;
}
</style>