Shades of Ziggurat #85AFB5
Tints of Ziggurat #85AFB5
RGB
CMYK
RGB Variations
Color information
#85AFB5 (or 0x85AFB5) is known color: Ziggurat. HEX triplet: 85, AF and B5. RGB value is (133,175,181). Sum of RGB (Red+Green+Blue) = 133+175+181=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 181 - color contains mainly: blue. Hex color #85AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFB5 is #7A504A. Grayscale: #A3A3A3. Windows color (decimal): -8015947 or 11906949. OLE color: 11906949.
HSL color Cylindrical-coordinate representation of color #85AFB5: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85AFB5 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 175 | 181 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.29 |
| HSL | 187.5º | 0.24% | 0.62% | - |
| HSV(B) | 187.5º | 0.27% | 0.71% | - |
| XYZ | 33.34 | 38.98 | 49.48 | - |
| YUV | 163.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 181 | 0.27 | 0.03 | 0 | 0.29 | 187.5 | 0.24 | 0.62 |
| Hex | 85 | AF | B5 | 1B | 3 | 0 | 1D | BC | 18 | 3E |
| Octal | 205 | 257 | 265 | 33 | 3 | 0 | 35 | 274 | 30 | 76 |
| Binary | 10000101 | 10101111 | 10110101 | 11011 | 11 | 0 | 11101 | 10111100 | 11000 | 111110 |
Color Harmonies of #85AFB5
Complementary color
Monochromatic Colors of #85AFB5
Black with #85AFB5
Text Example
Text Example
White with #85AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFB5; }
p { color: rgb(133,175,181); }
H1.HeaderClassName
{
color: #85AFB5;
}
.AnyTagClassName
{
color: #85AFB5;
}
</style>
background-color css
<style>
a { background-color: #85AFB5; }
a { background-color: rgb(133,175,181); }
div.DivClassName
{
background-color: #85AFB5;
}
.BgClassName
{
background-color: #85AFB5;
}
</style>
border-color css
<style>
span { border-color: #85AFB5; }
span { border-color: rgb(133,175,181); }
td.TdClassName
{
border-color: #85AFB5;
}
.TagClassName
{
border-color: #85AFB5;
}
</style>