Shades of Pale Sky #5A7176
Tints of Pale Sky #5A7176
RGB
CMYK
RGB Variations
Color information
#5A7176 (or 0x5A7176) is known color: Pale Sky. HEX triplet: 5A, 71 and 76. RGB value is (90,113,118). Sum of RGB (Red+Green+Blue) = 90+113+118=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7176 is #A58E89. Grayscale: #6A6A6A. Windows color (decimal): -10849930 or 7762266. OLE color: 7762266.
HSL color Cylindrical-coordinate representation of color #5A7176: hue angle of 190.71º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7176 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 113 | 118 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.54 |
| HSL | 190.71º | 0.13% | 0.41% | - |
| HSV(B) | 190.71º | 0.24% | 0.46% | - |
| XYZ | 13.39 | 15.29 | 19.39 | - |
| YUV | 106.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 118 | 0.24 | 0.04 | 0 | 0.54 | 190.71 | 0.13 | 0.41 |
| Hex | 5A | 71 | 76 | 18 | 4 | 0 | 36 | BF | D | 29 |
| Octal | 132 | 161 | 166 | 30 | 4 | 0 | 66 | 277 | 15 | 51 |
| Binary | 1011010 | 1110001 | 1110110 | 11000 | 100 | 0 | 110110 | 10111111 | 1101 | 101001 |
Color Harmonies of #5A7176
Complementary color
Monochromatic Colors of #5A7176
Black with #5A7176
Text Example
Text Example
White with #5A7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7176; }
p { color: rgb(90,113,118); }
H1.HeaderClassName
{
color: #5A7176;
}
.AnyTagClassName
{
color: #5A7176;
}
</style>
background-color css
<style>
a { background-color: #5A7176; }
a { background-color: rgb(90,113,118); }
div.DivClassName
{
background-color: #5A7176;
}
.BgClassName
{
background-color: #5A7176;
}
</style>
border-color css
<style>
span { border-color: #5A7176; }
span { border-color: rgb(90,113,118); }
td.TdClassName
{
border-color: #5A7176;
}
.TagClassName
{
border-color: #5A7176;
}
</style>