Shades of Pale Sky #5E7073
Tints of Pale Sky #5E7073
RGB
CMYK
RGB Variations
Color information
#5E7073 (or 0x5E7073) is known color: Pale Sky. HEX triplet: 5E, 70 and 73. RGB value is (94,112,115). Sum of RGB (Red+Green+Blue) = 94+112+115=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7073 is #A18F8C. Grayscale: #6A6A6A. Windows color (decimal): -10588045 or 7565406. OLE color: 7565406.
HSL color Cylindrical-coordinate representation of color #5E7073: hue angle of 188.57º 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 #5E7073 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 112 | 115 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.55 |
| HSL | 188.57º | 0.1% | 0.41% | - |
| HSV(B) | 188.57º | 0.18% | 0.45% | - |
| XYZ | 13.5 | 15.21 | 18.44 | - |
| YUV | 106.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 115 | 0.18 | 0.03 | 0 | 0.55 | 188.57 | 0.1 | 0.41 |
| Hex | 5E | 70 | 73 | 12 | 3 | 0 | 37 | BD | A | 29 |
| Octal | 136 | 160 | 163 | 22 | 3 | 0 | 67 | 275 | 12 | 51 |
| Binary | 1011110 | 1110000 | 1110011 | 10010 | 11 | 0 | 110111 | 10111101 | 1010 | 101001 |
Color Harmonies of #5E7073
Complementary color
Monochromatic Colors of #5E7073
Black with #5E7073
Text Example
Text Example
White with #5E7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7073; }
p { color: rgb(94,112,115); }
H1.HeaderClassName
{
color: #5E7073;
}
.AnyTagClassName
{
color: #5E7073;
}
</style>
background-color css
<style>
a { background-color: #5E7073; }
a { background-color: rgb(94,112,115); }
div.DivClassName
{
background-color: #5E7073;
}
.BgClassName
{
background-color: #5E7073;
}
</style>
border-color css
<style>
span { border-color: #5E7073; }
span { border-color: rgb(94,112,115); }
td.TdClassName
{
border-color: #5E7073;
}
.TagClassName
{
border-color: #5E7073;
}
</style>