Shades of Ziggurat #83A5AB
Tints of Ziggurat #83A5AB
RGB
CMYK
RGB Variations
Color information
#83A5AB (or 0x83A5AB) is known color: Ziggurat. HEX triplet: 83, A5 and AB. RGB value is (131,165,171). Sum of RGB (Red+Green+Blue) = 131+165+171=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #83A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A5AB is #7C5A54. Grayscale: #9B9B9B. Windows color (decimal): -8149589 or 11249027. OLE color: 11249027.
HSL color Cylindrical-coordinate representation of color #83A5AB: hue angle of 189º 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 #83A5AB is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 165 | 171 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.33 |
| HSL | 189º | 0.19% | 0.59% | - |
| HSV(B) | 189º | 0.23% | 0.67% | - |
| XYZ | 30.17 | 34.68 | 43.63 | - |
| YUV | 155.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 165 | 171 | 0.23 | 0.04 | 0 | 0.33 | 189 | 0.19 | 0.59 |
| Hex | 83 | A5 | AB | 17 | 4 | 0 | 21 | BD | 13 | 3B |
| Octal | 203 | 245 | 253 | 27 | 4 | 0 | 41 | 275 | 23 | 73 |
| Binary | 10000011 | 10100101 | 10101011 | 10111 | 100 | 0 | 100001 | 10111101 | 10011 | 111011 |
Color Harmonies of #83A5AB
Complementary color
Monochromatic Colors of #83A5AB
Black with #83A5AB
Text Example
Text Example
White with #83A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A5AB; }
p { color: rgb(131,165,171); }
H1.HeaderClassName
{
color: #83A5AB;
}
.AnyTagClassName
{
color: #83A5AB;
}
</style>
background-color css
<style>
a { background-color: #83A5AB; }
a { background-color: rgb(131,165,171); }
div.DivClassName
{
background-color: #83A5AB;
}
.BgClassName
{
background-color: #83A5AB;
}
</style>
border-color css
<style>
span { border-color: #83A5AB; }
span { border-color: rgb(131,165,171); }
td.TdClassName
{
border-color: #83A5AB;
}
.TagClassName
{
border-color: #83A5AB;
}
</style>