Shades of Pale Sky #5C6E75
Tints of Pale Sky #5C6E75
RGB
CMYK
RGB Variations
Color information
#5C6E75 (or 0x5C6E75) is known color: Pale Sky. HEX triplet: 5C, 6E and 75. RGB value is (92,110,117). Sum of RGB (Red+Green+Blue) = 92+110+117=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C6E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6E75 is #A3918A. Grayscale: #696969. Windows color (decimal): -10719627 or 7695964. OLE color: 7695964.
HSL color Cylindrical-coordinate representation of color #5C6E75: hue angle of 196.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C6E75 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 110 | 117 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.54 |
| HSL | 196.8º | 0.12% | 0.41% | - |
| HSV(B) | 196.8º | 0.21% | 0.46% | - |
| XYZ | 13.2 | 14.71 | 18.97 | - |
| YUV | 105.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 110 | 117 | 0.21 | 0.06 | 0 | 0.54 | 196.8 | 0.12 | 0.41 |
| Hex | 5C | 6E | 75 | 15 | 6 | 0 | 36 | C5 | C | 29 |
| Octal | 134 | 156 | 165 | 25 | 6 | 0 | 66 | 305 | 14 | 51 |
| Binary | 1011100 | 1101110 | 1110101 | 10101 | 110 | 0 | 110110 | 11000101 | 1100 | 101001 |
Color Harmonies of #5C6E75
Complementary color
Monochromatic Colors of #5C6E75
Black with #5C6E75
Text Example
Text Example
White with #5C6E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6E75; }
p { color: rgb(92,110,117); }
H1.HeaderClassName
{
color: #5C6E75;
}
.AnyTagClassName
{
color: #5C6E75;
}
</style>
background-color css
<style>
a { background-color: #5C6E75; }
a { background-color: rgb(92,110,117); }
div.DivClassName
{
background-color: #5C6E75;
}
.BgClassName
{
background-color: #5C6E75;
}
</style>
border-color css
<style>
span { border-color: #5C6E75; }
span { border-color: rgb(92,110,117); }
td.TdClassName
{
border-color: #5C6E75;
}
.TagClassName
{
border-color: #5C6E75;
}
</style>