Shades of Ziggurat #85B3B6
Tints of Ziggurat #85B3B6
RGB
CMYK
RGB Variations
Color information
#85B3B6 (or 0x85B3B6) is known color: Ziggurat. HEX triplet: 85, B3 and B6. RGB value is (133,179,182). Sum of RGB (Red+Green+Blue) = 133+179+182=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 182 - color contains mainly: blue. Hex color #85B3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B3B6 is #7A4C49. Grayscale: #A5A5A5. Windows color (decimal): -8014922 or 11973509. OLE color: 11973509.
HSL color Cylindrical-coordinate representation of color #85B3B6: hue angle of 183.67º degrees, saturation: 0.25, 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 #85B3B6 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 179 | 182 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.29 |
| HSL | 183.67º | 0.25% | 0.62% | - |
| HSV(B) | 183.67º | 0.27% | 0.71% | - |
| XYZ | 34.24 | 40.6 | 50.29 | - |
| YUV | 165.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 182 | 0.27 | 0.02 | 0 | 0.29 | 183.67 | 0.25 | 0.62 |
| Hex | 85 | B3 | B6 | 1B | 2 | 0 | 1D | B8 | 19 | 3E |
| Octal | 205 | 263 | 266 | 33 | 2 | 0 | 35 | 270 | 31 | 76 |
| Binary | 10000101 | 10110011 | 10110110 | 11011 | 10 | 0 | 11101 | 10111000 | 11001 | 111110 |
Color Harmonies of #85B3B6
Complementary color
Monochromatic Colors of #85B3B6
Black with #85B3B6
Text Example
Text Example
White with #85B3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B3B6; }
p { color: rgb(133,179,182); }
H1.HeaderClassName
{
color: #85B3B6;
}
.AnyTagClassName
{
color: #85B3B6;
}
</style>
background-color css
<style>
a { background-color: #85B3B6; }
a { background-color: rgb(133,179,182); }
div.DivClassName
{
background-color: #85B3B6;
}
.BgClassName
{
background-color: #85B3B6;
}
</style>
border-color css
<style>
span { border-color: #85B3B6; }
span { border-color: rgb(133,179,182); }
td.TdClassName
{
border-color: #85B3B6;
}
.TagClassName
{
border-color: #85B3B6;
}
</style>