Shades of Pale Sky #5A696D
Tints of Pale Sky #5A696D
RGB
CMYK
RGB Variations
Color information
#5A696D (or 0x5A696D) is known color: Pale Sky. HEX triplet: 5A, 69 and 6D. RGB value is (90,105,109). Sum of RGB (Red+Green+Blue) = 90+105+109=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A696D is #A59692. Grayscale: #646464. Windows color (decimal): -10851987 or 7170394. OLE color: 7170394.
HSL color Cylindrical-coordinate representation of color #5A696D: hue angle of 192.63º 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 #5A696D is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 105 | 109 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.57 |
| HSL | 192.63º | 0.1% | 0.39% | - |
| HSV(B) | 192.63º | 0.17% | 0.43% | - |
| XYZ | 12.03 | 13.38 | 16.42 | - |
| YUV | 100.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 109 | 0.17 | 0.04 | 0 | 0.57 | 192.63 | 0.1 | 0.39 |
| Hex | 5A | 69 | 6D | 11 | 4 | 0 | 39 | C1 | A | 27 |
| Octal | 132 | 151 | 155 | 21 | 4 | 0 | 71 | 301 | 12 | 47 |
| Binary | 1011010 | 1101001 | 1101101 | 10001 | 100 | 0 | 111001 | 11000001 | 1010 | 100111 |
Color Harmonies of #5A696D
Complementary color
Monochromatic Colors of #5A696D
Black with #5A696D
Text Example
Text Example
White with #5A696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A696D; }
p { color: rgb(90,105,109); }
H1.HeaderClassName
{
color: #5A696D;
}
.AnyTagClassName
{
color: #5A696D;
}
</style>
background-color css
<style>
a { background-color: #5A696D; }
a { background-color: rgb(90,105,109); }
div.DivClassName
{
background-color: #5A696D;
}
.BgClassName
{
background-color: #5A696D;
}
</style>
border-color css
<style>
span { border-color: #5A696D; }
span { border-color: rgb(90,105,109); }
td.TdClassName
{
border-color: #5A696D;
}
.TagClassName
{
border-color: #5A696D;
}
</style>