Shades of Ziggurat #82AAB5
Tints of Ziggurat #82AAB5
RGB
CMYK
RGB Variations
Color information
#82AAB5 (or 0x82AAB5) is known color: Ziggurat. HEX triplet: 82, AA and B5. RGB value is (130,170,181). Sum of RGB (Red+Green+Blue) = 130+170+181=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #82AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AAB5 is #7D554A. Grayscale: #9F9F9F. Windows color (decimal): -8213835 or 11905666. OLE color: 11905666.
HSL color Cylindrical-coordinate representation of color #82AAB5: hue angle of 192.94º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82AAB5 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 170 | 181 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.29 |
| HSL | 192.94º | 0.26% | 0.61% | - |
| HSV(B) | 192.94º | 0.28% | 0.71% | - |
| XYZ | 31.92 | 36.83 | 49.14 | - |
| YUV | 159.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 181 | 0.28 | 0.06 | 0 | 0.29 | 192.94 | 0.26 | 0.61 |
| Hex | 82 | AA | B5 | 1C | 6 | 0 | 1D | C1 | 1A | 3D |
| Octal | 202 | 252 | 265 | 34 | 6 | 0 | 35 | 301 | 32 | 75 |
| Binary | 10000010 | 10101010 | 10110101 | 11100 | 110 | 0 | 11101 | 11000001 | 11010 | 111101 |
Color Harmonies of #82AAB5
Complementary color
Monochromatic Colors of #82AAB5
Black with #82AAB5
Text Example
Text Example
White with #82AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AAB5; }
p { color: rgb(130,170,181); }
H1.HeaderClassName
{
color: #82AAB5;
}
.AnyTagClassName
{
color: #82AAB5;
}
</style>
background-color css
<style>
a { background-color: #82AAB5; }
a { background-color: rgb(130,170,181); }
div.DivClassName
{
background-color: #82AAB5;
}
.BgClassName
{
background-color: #82AAB5;
}
</style>
border-color css
<style>
span { border-color: #82AAB5; }
span { border-color: rgb(130,170,181); }
td.TdClassName
{
border-color: #82AAB5;
}
.TagClassName
{
border-color: #82AAB5;
}
</style>