Shades of Pale Sky #5D6C73
Tints of Pale Sky #5D6C73
RGB
CMYK
RGB Variations
Color information
#5D6C73 (or 0x5D6C73) is known color: Pale Sky. HEX triplet: 5D, 6C and 73. RGB value is (93,108,115). Sum of RGB (Red+Green+Blue) = 93+108+115=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D6C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6C73 is #A2938C. Grayscale: #686868. Windows color (decimal): -10654605 or 7564381. OLE color: 7564381.
HSL color Cylindrical-coordinate representation of color #5D6C73: hue angle of 199.09º 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 #5D6C73 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 108 | 115 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.55 |
| HSL | 199.09º | 0.11% | 0.41% | - |
| HSV(B) | 199.09º | 0.19% | 0.45% | - |
| XYZ | 12.97 | 14.29 | 18.29 | - |
| YUV | 104.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 108 | 115 | 0.19 | 0.06 | 0 | 0.55 | 199.09 | 0.11 | 0.41 |
| Hex | 5D | 6C | 73 | 13 | 6 | 0 | 37 | C7 | B | 29 |
| Octal | 135 | 154 | 163 | 23 | 6 | 0 | 67 | 307 | 13 | 51 |
| Binary | 1011101 | 1101100 | 1110011 | 10011 | 110 | 0 | 110111 | 11000111 | 1011 | 101001 |
Color Harmonies of #5D6C73
Complementary color
Monochromatic Colors of #5D6C73
Black with #5D6C73
Text Example
Text Example
White with #5D6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6C73; }
p { color: rgb(93,108,115); }
H1.HeaderClassName
{
color: #5D6C73;
}
.AnyTagClassName
{
color: #5D6C73;
}
</style>
background-color css
<style>
a { background-color: #5D6C73; }
a { background-color: rgb(93,108,115); }
div.DivClassName
{
background-color: #5D6C73;
}
.BgClassName
{
background-color: #5D6C73;
}
</style>
border-color css
<style>
span { border-color: #5D6C73; }
span { border-color: rgb(93,108,115); }
td.TdClassName
{
border-color: #5D6C73;
}
.TagClassName
{
border-color: #5D6C73;
}
</style>