Shades of Pale Sky #5E6D73
Tints of Pale Sky #5E6D73
RGB
CMYK
RGB Variations
Color information
#5E6D73 (or 0x5E6D73) is known color: Pale Sky. HEX triplet: 5E, 6D and 73. RGB value is (94,109,115). Sum of RGB (Red+Green+Blue) = 94+109+115=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E6D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6D73 is #A1928C. Grayscale: #696969. Windows color (decimal): -10588813 or 7564638. OLE color: 7564638.
HSL color Cylindrical-coordinate representation of color #5E6D73: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6D73 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 109 | 115 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.55 |
| HSL | 197.14º | 0.1% | 0.41% | - |
| HSV(B) | 197.14º | 0.18% | 0.45% | - |
| XYZ | 13.18 | 14.55 | 18.33 | - |
| YUV | 105.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 115 | 0.18 | 0.05 | 0 | 0.55 | 197.14 | 0.1 | 0.41 |
| Hex | 5E | 6D | 73 | 12 | 5 | 0 | 37 | C5 | A | 29 |
| Octal | 136 | 155 | 163 | 22 | 5 | 0 | 67 | 305 | 12 | 51 |
| Binary | 1011110 | 1101101 | 1110011 | 10010 | 101 | 0 | 110111 | 11000101 | 1010 | 101001 |
Color Harmonies of #5E6D73
Complementary color
Monochromatic Colors of #5E6D73
Black with #5E6D73
Text Example
Text Example
White with #5E6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6D73; }
p { color: rgb(94,109,115); }
H1.HeaderClassName
{
color: #5E6D73;
}
.AnyTagClassName
{
color: #5E6D73;
}
</style>
background-color css
<style>
a { background-color: #5E6D73; }
a { background-color: rgb(94,109,115); }
div.DivClassName
{
background-color: #5E6D73;
}
.BgClassName
{
background-color: #5E6D73;
}
</style>
border-color css
<style>
span { border-color: #5E6D73; }
span { border-color: rgb(94,109,115); }
td.TdClassName
{
border-color: #5E6D73;
}
.TagClassName
{
border-color: #5E6D73;
}
</style>