Shades of Ziggurat #83ADAF
Tints of Ziggurat #83ADAF
RGB
CMYK
RGB Variations
Color information
#83ADAF (or 0x83ADAF) is known color: Ziggurat. HEX triplet: 83, AD and AF. RGB value is (131,173,175). Sum of RGB (Red+Green+Blue) = 131+173+175=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #83ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ADAF is #7C5250. Grayscale: #A0A0A0. Windows color (decimal): -8147537 or 11513219. OLE color: 11513219.
HSL color Cylindrical-coordinate representation of color #83ADAF: hue angle of 182.73º 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 #83ADAF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 173 | 175 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.31 |
| HSL | 182.73º | 0.22% | 0.6% | - |
| HSV(B) | 182.73º | 0.25% | 0.69% | - |
| XYZ | 32.04 | 37.81 | 46.17 | - |
| YUV | 160.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 175 | 0.25 | 0.01 | 0 | 0.31 | 182.73 | 0.22 | 0.6 |
| Hex | 83 | AD | AF | 19 | 1 | 0 | 1F | B7 | 16 | 3C |
| Octal | 203 | 255 | 257 | 31 | 1 | 0 | 37 | 267 | 26 | 74 |
| Binary | 10000011 | 10101101 | 10101111 | 11001 | 1 | 0 | 11111 | 10110111 | 10110 | 111100 |
Color Harmonies of #83ADAF
Complementary color
Monochromatic Colors of #83ADAF
Black with #83ADAF
Text Example
Text Example
White with #83ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADAF; }
p { color: rgb(131,173,175); }
H1.HeaderClassName
{
color: #83ADAF;
}
.AnyTagClassName
{
color: #83ADAF;
}
</style>
background-color css
<style>
a { background-color: #83ADAF; }
a { background-color: rgb(131,173,175); }
div.DivClassName
{
background-color: #83ADAF;
}
.BgClassName
{
background-color: #83ADAF;
}
</style>
border-color css
<style>
span { border-color: #83ADAF; }
span { border-color: rgb(131,173,175); }
td.TdClassName
{
border-color: #83ADAF;
}
.TagClassName
{
border-color: #83ADAF;
}
</style>