Shades of Pale Sky #5D7073
Tints of Pale Sky #5D7073
RGB
CMYK
RGB Variations
Color information
#5D7073 (or 0x5D7073) is known color: Pale Sky. HEX triplet: 5D, 70 and 73. RGB value is (93,112,115). Sum of RGB (Red+Green+Blue) = 93+112+115=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7073 is #A28F8C. Grayscale: #6A6A6A. Windows color (decimal): -10653581 or 7565405. OLE color: 7565405.
HSL color Cylindrical-coordinate representation of color #5D7073: hue angle of 188.18º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D7073 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 112 | 115 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.55 |
| HSL | 188.18º | 0.11% | 0.41% | - |
| HSV(B) | 188.18º | 0.19% | 0.45% | - |
| XYZ | 13.4 | 15.15 | 18.44 | - |
| YUV | 106.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 115 | 0.19 | 0.03 | 0 | 0.55 | 188.18 | 0.11 | 0.41 |
| Hex | 5D | 70 | 73 | 13 | 3 | 0 | 37 | BC | B | 29 |
| Octal | 135 | 160 | 163 | 23 | 3 | 0 | 67 | 274 | 13 | 51 |
| Binary | 1011101 | 1110000 | 1110011 | 10011 | 11 | 0 | 110111 | 10111100 | 1011 | 101001 |
Color Harmonies of #5D7073
Complementary color
Monochromatic Colors of #5D7073
Black with #5D7073
Text Example
Text Example
White with #5D7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7073; }
p { color: rgb(93,112,115); }
H1.HeaderClassName
{
color: #5D7073;
}
.AnyTagClassName
{
color: #5D7073;
}
</style>
background-color css
<style>
a { background-color: #5D7073; }
a { background-color: rgb(93,112,115); }
div.DivClassName
{
background-color: #5D7073;
}
.BgClassName
{
background-color: #5D7073;
}
</style>
border-color css
<style>
span { border-color: #5D7073; }
span { border-color: rgb(93,112,115); }
td.TdClassName
{
border-color: #5D7073;
}
.TagClassName
{
border-color: #5D7073;
}
</style>