Shades of Ziggurat #82A5AD
Tints of Ziggurat #82A5AD
RGB
CMYK
RGB Variations
Color information
#82A5AD (or 0x82A5AD) is known color: Ziggurat. HEX triplet: 82, A5 and AD. RGB value is (130,165,173). Sum of RGB (Red+Green+Blue) = 130+165+173=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #82A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A5AD is #7D5A52. Grayscale: #9B9B9B. Windows color (decimal): -8215123 or 11380098. OLE color: 11380098.
HSL color Cylindrical-coordinate representation of color #82A5AD: hue angle of 191.16º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82A5AD is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 165 | 173 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.32 |
| HSL | 191.16º | 0.21% | 0.59% | - |
| HSV(B) | 191.16º | 0.25% | 0.68% | - |
| XYZ | 30.2 | 34.67 | 44.64 | - |
| YUV | 155.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 165 | 173 | 0.25 | 0.05 | 0 | 0.32 | 191.16 | 0.21 | 0.59 |
| Hex | 82 | A5 | AD | 19 | 5 | 0 | 20 | BF | 15 | 3B |
| Octal | 202 | 245 | 255 | 31 | 5 | 0 | 40 | 277 | 25 | 73 |
| Binary | 10000010 | 10100101 | 10101101 | 11001 | 101 | 0 | 100000 | 10111111 | 10101 | 111011 |
Color Harmonies of #82A5AD
Complementary color
Monochromatic Colors of #82A5AD
Black with #82A5AD
Text Example
Text Example
White with #82A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A5AD; }
p { color: rgb(130,165,173); }
H1.HeaderClassName
{
color: #82A5AD;
}
.AnyTagClassName
{
color: #82A5AD;
}
</style>
background-color css
<style>
a { background-color: #82A5AD; }
a { background-color: rgb(130,165,173); }
div.DivClassName
{
background-color: #82A5AD;
}
.BgClassName
{
background-color: #82A5AD;
}
</style>
border-color css
<style>
span { border-color: #82A5AD; }
span { border-color: rgb(130,165,173); }
td.TdClassName
{
border-color: #82A5AD;
}
.TagClassName
{
border-color: #82A5AD;
}
</style>