Shades of Ziggurat #84ADB5
Tints of Ziggurat #84ADB5
RGB
CMYK
RGB Variations
Color information
#84ADB5 (or 0x84ADB5) is known color: Ziggurat. HEX triplet: 84, AD and B5. RGB value is (132,173,181). Sum of RGB (Red+Green+Blue) = 132+173+181=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #84ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADB5 is #7B524A. Grayscale: #A1A1A1. Windows color (decimal): -8081995 or 11906436. OLE color: 11906436.
HSL color Cylindrical-coordinate representation of color #84ADB5: hue angle of 189.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84ADB5 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 173 | 181 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.29 |
| HSL | 189.8º | 0.25% | 0.61% | - |
| HSV(B) | 189.8º | 0.27% | 0.71% | - |
| XYZ | 32.8 | 38.13 | 49.35 | - |
| YUV | 161.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 181 | 0.27 | 0.04 | 0 | 0.29 | 189.8 | 0.25 | 0.61 |
| Hex | 84 | AD | B5 | 1B | 4 | 0 | 1D | BE | 19 | 3D |
| Octal | 204 | 255 | 265 | 33 | 4 | 0 | 35 | 276 | 31 | 75 |
| Binary | 10000100 | 10101101 | 10110101 | 11011 | 100 | 0 | 11101 | 10111110 | 11001 | 111101 |
Color Harmonies of #84ADB5
Complementary color
Monochromatic Colors of #84ADB5
Black with #84ADB5
Text Example
Text Example
White with #84ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADB5; }
p { color: rgb(132,173,181); }
H1.HeaderClassName
{
color: #84ADB5;
}
.AnyTagClassName
{
color: #84ADB5;
}
</style>
background-color css
<style>
a { background-color: #84ADB5; }
a { background-color: rgb(132,173,181); }
div.DivClassName
{
background-color: #84ADB5;
}
.BgClassName
{
background-color: #84ADB5;
}
</style>
border-color css
<style>
span { border-color: #84ADB5; }
span { border-color: rgb(132,173,181); }
td.TdClassName
{
border-color: #84ADB5;
}
.TagClassName
{
border-color: #84ADB5;
}
</style>