Shades of Ziggurat #83A5AA
Tints of Ziggurat #83A5AA
RGB
CMYK
RGB Variations
Color information
#83A5AA (or 0x83A5AA) is known color: Ziggurat. HEX triplet: 83, A5 and AA. RGB value is (131,165,170). Sum of RGB (Red+Green+Blue) = 131+165+170=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #83A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A5AA is #7C5A55. Grayscale: #9B9B9B. Windows color (decimal): -8149590 or 11183491. OLE color: 11183491.
HSL color Cylindrical-coordinate representation of color #83A5AA: hue angle of 187.69º 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 #83A5AA is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 165 | 170 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.33 |
| HSL | 187.69º | 0.19% | 0.59% | - |
| HSV(B) | 187.69º | 0.23% | 0.67% | - |
| XYZ | 30.07 | 34.64 | 43.13 | - |
| YUV | 155.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 165 | 170 | 0.23 | 0.03 | 0 | 0.33 | 187.69 | 0.19 | 0.59 |
| Hex | 83 | A5 | AA | 17 | 3 | 0 | 21 | BC | 13 | 3B |
| Octal | 203 | 245 | 252 | 27 | 3 | 0 | 41 | 274 | 23 | 73 |
| Binary | 10000011 | 10100101 | 10101010 | 10111 | 11 | 0 | 100001 | 10111100 | 10011 | 111011 |
Color Harmonies of #83A5AA
Complementary color
Monochromatic Colors of #83A5AA
Black with #83A5AA
Text Example
Text Example
White with #83A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A5AA; }
p { color: rgb(131,165,170); }
H1.HeaderClassName
{
color: #83A5AA;
}
.AnyTagClassName
{
color: #83A5AA;
}
</style>
background-color css
<style>
a { background-color: #83A5AA; }
a { background-color: rgb(131,165,170); }
div.DivClassName
{
background-color: #83A5AA;
}
.BgClassName
{
background-color: #83A5AA;
}
</style>
border-color css
<style>
span { border-color: #83A5AA; }
span { border-color: rgb(131,165,170); }
td.TdClassName
{
border-color: #83A5AA;
}
.TagClassName
{
border-color: #83A5AA;
}
</style>