Shades of Ziggurat #80A5AF
Tints of Ziggurat #80A5AF
RGB
CMYK
RGB Variations
Color information
#80A5AF (or 0x80A5AF) is known color: Ziggurat. HEX triplet: 80, A5 and AF. RGB value is (128,165,175). Sum of RGB (Red+Green+Blue) = 128+165+175=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #80A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A5AF is #7F5A50. Grayscale: #9B9B9B. Windows color (decimal): -8346193 or 11511168. OLE color: 11511168.
HSL color Cylindrical-coordinate representation of color #80A5AF: hue angle of 192.77º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80A5AF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 165 | 175 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.31 |
| HSL | 192.77º | 0.23% | 0.59% | - |
| HSV(B) | 192.77º | 0.27% | 0.69% | - |
| XYZ | 30.1 | 34.59 | 45.65 | - |
| YUV | 155.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 175 | 0.27 | 0.06 | 0 | 0.31 | 192.77 | 0.23 | 0.59 |
| Hex | 80 | A5 | AF | 1B | 6 | 0 | 1F | C1 | 17 | 3B |
| Octal | 200 | 245 | 257 | 33 | 6 | 0 | 37 | 301 | 27 | 73 |
| Binary | 10000000 | 10100101 | 10101111 | 11011 | 110 | 0 | 11111 | 11000001 | 10111 | 111011 |
Color Harmonies of #80A5AF
Complementary color
Monochromatic Colors of #80A5AF
Black with #80A5AF
Text Example
Text Example
White with #80A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A5AF; }
p { color: rgb(128,165,175); }
H1.HeaderClassName
{
color: #80A5AF;
}
.AnyTagClassName
{
color: #80A5AF;
}
</style>
background-color css
<style>
a { background-color: #80A5AF; }
a { background-color: rgb(128,165,175); }
div.DivClassName
{
background-color: #80A5AF;
}
.BgClassName
{
background-color: #80A5AF;
}
</style>
border-color css
<style>
span { border-color: #80A5AF; }
span { border-color: rgb(128,165,175); }
td.TdClassName
{
border-color: #80A5AF;
}
.TagClassName
{
border-color: #80A5AF;
}
</style>