Shades of Pale Sky #5D6E78
Tints of Pale Sky #5D6E78
RGB
CMYK
RGB Variations
Color information
#5D6E78 (or 0x5D6E78) is known color: Pale Sky. HEX triplet: 5D, 6E and 78. RGB value is (93,110,120). Sum of RGB (Red+Green+Blue) = 93+110+120=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D6E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6E78 is #A29187. Grayscale: #696969. Windows color (decimal): -10654088 or 7892573. OLE color: 7892573.
HSL color Cylindrical-coordinate representation of color #5D6E78: hue angle of 202.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D6E78 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 110 | 120 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.53 |
| HSL | 202.22º | 0.13% | 0.42% | - |
| HSV(B) | 202.22º | 0.23% | 0.47% | - |
| XYZ | 13.48 | 14.84 | 19.92 | - |
| YUV | 106.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 110 | 120 | 0.22 | 0.08 | 0 | 0.53 | 202.22 | 0.13 | 0.42 |
| Hex | 5D | 6E | 78 | 16 | 8 | 0 | 35 | CA | D | 2A |
| Octal | 135 | 156 | 170 | 26 | 10 | 0 | 65 | 312 | 15 | 52 |
| Binary | 1011101 | 1101110 | 1111000 | 10110 | 1000 | 0 | 110101 | 11001010 | 1101 | 101010 |
Color Harmonies of #5D6E78
Complementary color
Monochromatic Colors of #5D6E78
Black with #5D6E78
Text Example
Text Example
White with #5D6E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6E78; }
p { color: rgb(93,110,120); }
H1.HeaderClassName
{
color: #5D6E78;
}
.AnyTagClassName
{
color: #5D6E78;
}
</style>
background-color css
<style>
a { background-color: #5D6E78; }
a { background-color: rgb(93,110,120); }
div.DivClassName
{
background-color: #5D6E78;
}
.BgClassName
{
background-color: #5D6E78;
}
</style>
border-color css
<style>
span { border-color: #5D6E78; }
span { border-color: rgb(93,110,120); }
td.TdClassName
{
border-color: #5D6E78;
}
.TagClassName
{
border-color: #5D6E78;
}
</style>