Shades of Pale Sky #5C6D71
Tints of Pale Sky #5C6D71
RGB
CMYK
RGB Variations
Color information
#5C6D71 (or 0x5C6D71) is known color: Pale Sky. HEX triplet: 5C, 6D and 71. RGB value is (92,109,113). Sum of RGB (Red+Green+Blue) = 92+109+113=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C6D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6D71 is #A3928E. Grayscale: #686868. Windows color (decimal): -10719887 or 7433564. OLE color: 7433564.
HSL color Cylindrical-coordinate representation of color #5C6D71: hue angle of 191.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C6D71 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 109 | 113 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.56 |
| HSL | 191.43º | 0.1% | 0.4% | - |
| HSV(B) | 191.43º | 0.19% | 0.44% | - |
| XYZ | 12.86 | 14.4 | 17.73 | - |
| YUV | 104.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 109 | 113 | 0.19 | 0.04 | 0 | 0.56 | 191.43 | 0.1 | 0.4 |
| Hex | 5C | 6D | 71 | 13 | 4 | 0 | 38 | BF | A | 28 |
| Octal | 134 | 155 | 161 | 23 | 4 | 0 | 70 | 277 | 12 | 50 |
| Binary | 1011100 | 1101101 | 1110001 | 10011 | 100 | 0 | 111000 | 10111111 | 1010 | 101000 |
Color Harmonies of #5C6D71
Complementary color
Monochromatic Colors of #5C6D71
Black with #5C6D71
Text Example
Text Example
White with #5C6D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6D71; }
p { color: rgb(92,109,113); }
H1.HeaderClassName
{
color: #5C6D71;
}
.AnyTagClassName
{
color: #5C6D71;
}
</style>
background-color css
<style>
a { background-color: #5C6D71; }
a { background-color: rgb(92,109,113); }
div.DivClassName
{
background-color: #5C6D71;
}
.BgClassName
{
background-color: #5C6D71;
}
</style>
border-color css
<style>
span { border-color: #5C6D71; }
span { border-color: rgb(92,109,113); }
td.TdClassName
{
border-color: #5C6D71;
}
.TagClassName
{
border-color: #5C6D71;
}
</style>