Shades of Periglacial Blue #A5B7AF
Tints of Periglacial Blue #A5B7AF
RGB
CMYK
RGB Variations
Color information
#A5B7AF (or 0xA5B7AF) is known color: Periglacial Blue. HEX triplet: A5, B7 and AF. RGB value is (165,183,175). Sum of RGB (Red+Green+Blue) = 165+183+175=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B7AF is #5A4850. Grayscale: #B0B0B0. Windows color (decimal): -5916753 or 11515813. OLE color: 11515813.
HSL color Cylindrical-coordinate representation of color #A5B7AF: hue angle of 153.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B7AF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 175 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.28 |
| HSL | 153.33º | 0.11% | 0.68% | - |
| HSV(B) | 153.33º | 0.1% | 0.72% | - |
| XYZ | 40.19 | 44.96 | 47.12 | - |
| YUV | 176.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 175 | 0.10 | 0 | 0.04 | 0.28 | 153.33 | 0.11 | 0.68 |
| Hex | A5 | B7 | AF | A | 0 | 4 | 1C | 99 | B | 44 |
| Octal | 245 | 267 | 257 | 12 | 0 | 4 | 34 | 231 | 13 | 104 |
| Binary | 10100101 | 10110111 | 10101111 | 1010 | 0 | 100 | 11100 | 10011001 | 1011 | 1000100 |
Color Harmonies of #A5B7AF
Complementary color
Monochromatic Colors of #A5B7AF
Black with #A5B7AF
Text Example
Text Example
White with #A5B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7AF; }
p { color: rgb(165,183,175); }
H1.HeaderClassName
{
color: #A5B7AF;
}
.AnyTagClassName
{
color: #A5B7AF;
}
</style>
background-color css
<style>
a { background-color: #A5B7AF; }
a { background-color: rgb(165,183,175); }
div.DivClassName
{
background-color: #A5B7AF;
}
.BgClassName
{
background-color: #A5B7AF;
}
</style>
border-color css
<style>
span { border-color: #A5B7AF; }
span { border-color: rgb(165,183,175); }
td.TdClassName
{
border-color: #A5B7AF;
}
.TagClassName
{
border-color: #A5B7AF;
}
</style>