Shades of Ziggurat #83AAAB
Tints of Ziggurat #83AAAB
RGB
CMYK
RGB Variations
Color information
#83AAAB (or 0x83AAAB) is known color: Ziggurat. HEX triplet: 83, AA and AB. RGB value is (131,170,171). Sum of RGB (Red+Green+Blue) = 131+170+171=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #83AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AAAB is #7C5554. Grayscale: #9E9E9E. Windows color (decimal): -8148309 or 11250307. OLE color: 11250307.
HSL color Cylindrical-coordinate representation of color #83AAAB: hue angle of 181.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83AAAB is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 171 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.33 |
| HSL | 181.5º | 0.19% | 0.59% | - |
| HSV(B) | 181.5º | 0.23% | 0.67% | - |
| XYZ | 31.09 | 36.52 | 43.94 | - |
| YUV | 158.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 171 | 0.23 | 0.01 | 0 | 0.33 | 181.5 | 0.19 | 0.59 |
| Hex | 83 | AA | AB | 17 | 1 | 0 | 21 | B6 | 13 | 3B |
| Octal | 203 | 252 | 253 | 27 | 1 | 0 | 41 | 266 | 23 | 73 |
| Binary | 10000011 | 10101010 | 10101011 | 10111 | 1 | 0 | 100001 | 10110110 | 10011 | 111011 |
Color Harmonies of #83AAAB
Complementary color
Monochromatic Colors of #83AAAB
Black with #83AAAB
Text Example
Text Example
White with #83AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AAAB; }
p { color: rgb(131,170,171); }
H1.HeaderClassName
{
color: #83AAAB;
}
.AnyTagClassName
{
color: #83AAAB;
}
</style>
background-color css
<style>
a { background-color: #83AAAB; }
a { background-color: rgb(131,170,171); }
div.DivClassName
{
background-color: #83AAAB;
}
.BgClassName
{
background-color: #83AAAB;
}
</style>
border-color css
<style>
span { border-color: #83AAAB; }
span { border-color: rgb(131,170,171); }
td.TdClassName
{
border-color: #83AAAB;
}
.TagClassName
{
border-color: #83AAAB;
}
</style>