Shades of Pale Sky #5A676D
Tints of Pale Sky #5A676D
RGB
CMYK
RGB Variations
Color information
#5A676D (or 0x5A676D) is known color: Pale Sky. HEX triplet: 5A, 67 and 6D. RGB value is (90,103,109). Sum of RGB (Red+Green+Blue) = 90+103+109=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A676D is #A59892. Grayscale: #636363. Windows color (decimal): -10852499 or 7169882. OLE color: 7169882.
HSL color Cylindrical-coordinate representation of color #5A676D: hue angle of 198.95º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A676D is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 103 | 109 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.57 |
| HSL | 198.95º | 0.1% | 0.39% | - |
| HSV(B) | 198.95º | 0.17% | 0.43% | - |
| XYZ | 11.83 | 12.98 | 16.35 | - |
| YUV | 99.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 109 | 0.17 | 0.06 | 0 | 0.57 | 198.95 | 0.1 | 0.39 |
| Hex | 5A | 67 | 6D | 11 | 6 | 0 | 39 | C7 | A | 27 |
| Octal | 132 | 147 | 155 | 21 | 6 | 0 | 71 | 307 | 12 | 47 |
| Binary | 1011010 | 1100111 | 1101101 | 10001 | 110 | 0 | 111001 | 11000111 | 1010 | 100111 |
Color Harmonies of #5A676D
Complementary color
Monochromatic Colors of #5A676D
Black with #5A676D
Text Example
Text Example
White with #5A676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A676D; }
p { color: rgb(90,103,109); }
H1.HeaderClassName
{
color: #5A676D;
}
.AnyTagClassName
{
color: #5A676D;
}
</style>
background-color css
<style>
a { background-color: #5A676D; }
a { background-color: rgb(90,103,109); }
div.DivClassName
{
background-color: #5A676D;
}
.BgClassName
{
background-color: #5A676D;
}
</style>
border-color css
<style>
span { border-color: #5A676D; }
span { border-color: rgb(90,103,109); }
td.TdClassName
{
border-color: #5A676D;
}
.TagClassName
{
border-color: #5A676D;
}
</style>