Shades of Pale Sky #5A696B
Tints of Pale Sky #5A696B
RGB
CMYK
RGB Variations
Color information
#5A696B (or 0x5A696B) is known color: Pale Sky. HEX triplet: 5A, 69 and 6B. RGB value is (90,105,107). Sum of RGB (Red+Green+Blue) = 90+105+107=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A696B is #A59694. Grayscale: #646464. Windows color (decimal): -10851989 or 7039322. OLE color: 7039322.
HSL color Cylindrical-coordinate representation of color #5A696B: hue angle of 187.06º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A696B is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 105 | 107 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.58 |
| HSL | 187.06º | 0.09% | 0.39% | - |
| HSV(B) | 187.06º | 0.16% | 0.42% | - |
| XYZ | 11.92 | 13.34 | 15.86 | - |
| YUV | 100.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 107 | 0.16 | 0.02 | 0 | 0.58 | 187.06 | 0.09 | 0.39 |
| Hex | 5A | 69 | 6B | 10 | 2 | 0 | 3A | BB | 9 | 27 |
| Octal | 132 | 151 | 153 | 20 | 2 | 0 | 72 | 273 | 11 | 47 |
| Binary | 1011010 | 1101001 | 1101011 | 10000 | 10 | 0 | 111010 | 10111011 | 1001 | 100111 |
Color Harmonies of #5A696B
Complementary color
Monochromatic Colors of #5A696B
Black with #5A696B
Text Example
Text Example
White with #5A696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A696B; }
p { color: rgb(90,105,107); }
H1.HeaderClassName
{
color: #5A696B;
}
.AnyTagClassName
{
color: #5A696B;
}
</style>
background-color css
<style>
a { background-color: #5A696B; }
a { background-color: rgb(90,105,107); }
div.DivClassName
{
background-color: #5A696B;
}
.BgClassName
{
background-color: #5A696B;
}
</style>
border-color css
<style>
span { border-color: #5A696B; }
span { border-color: rgb(90,105,107); }
td.TdClassName
{
border-color: #5A696B;
}
.TagClassName
{
border-color: #5A696B;
}
</style>