Shades of Ziggurat #83ABAF
Tints of Ziggurat #83ABAF
RGB
CMYK
RGB Variations
Color information
#83ABAF (or 0x83ABAF) is known color: Ziggurat. HEX triplet: 83, AB and AF. RGB value is (131,171,175). Sum of RGB (Red+Green+Blue) = 131+171+175=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #83ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ABAF is #7C5450. Grayscale: #9F9F9F. Windows color (decimal): -8148049 or 11512707. OLE color: 11512707.
HSL color Cylindrical-coordinate representation of color #83ABAF: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83ABAF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 171 | 175 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.31 |
| HSL | 185.45º | 0.22% | 0.6% | - |
| HSV(B) | 185.45º | 0.25% | 0.69% | - |
| XYZ | 31.66 | 37.05 | 46.04 | - |
| YUV | 159.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 175 | 0.25 | 0.02 | 0 | 0.31 | 185.45 | 0.22 | 0.6 |
| Hex | 83 | AB | AF | 19 | 2 | 0 | 1F | B9 | 16 | 3C |
| Octal | 203 | 253 | 257 | 31 | 2 | 0 | 37 | 271 | 26 | 74 |
| Binary | 10000011 | 10101011 | 10101111 | 11001 | 10 | 0 | 11111 | 10111001 | 10110 | 111100 |
Color Harmonies of #83ABAF
Complementary color
Monochromatic Colors of #83ABAF
Black with #83ABAF
Text Example
Text Example
White with #83ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABAF; }
p { color: rgb(131,171,175); }
H1.HeaderClassName
{
color: #83ABAF;
}
.AnyTagClassName
{
color: #83ABAF;
}
</style>
background-color css
<style>
a { background-color: #83ABAF; }
a { background-color: rgb(131,171,175); }
div.DivClassName
{
background-color: #83ABAF;
}
.BgClassName
{
background-color: #83ABAF;
}
</style>
border-color css
<style>
span { border-color: #83ABAF; }
span { border-color: rgb(131,171,175); }
td.TdClassName
{
border-color: #83ABAF;
}
.TagClassName
{
border-color: #83ABAF;
}
</style>