Shades of Pale Sky #5C6F75
Tints of Pale Sky #5C6F75
RGB
CMYK
RGB Variations
Color information
#5C6F75 (or 0x5C6F75) is known color: Pale Sky. HEX triplet: 5C, 6F and 75. RGB value is (92,111,117). Sum of RGB (Red+Green+Blue) = 92+111+117=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C6F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F75 is #A3908A. Grayscale: #696969. Windows color (decimal): -10719371 or 7696220. OLE color: 7696220.
HSL color Cylindrical-coordinate representation of color #5C6F75: hue angle of 194.4º 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 #5C6F75 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 111 | 117 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.54 |
| HSL | 194.4º | 0.12% | 0.41% | - |
| HSV(B) | 194.4º | 0.21% | 0.46% | - |
| XYZ | 13.31 | 14.93 | 19.01 | - |
| YUV | 106 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 111 | 117 | 0.21 | 0.05 | 0 | 0.54 | 194.4 | 0.12 | 0.41 |
| Hex | 5C | 6F | 75 | 15 | 5 | 0 | 36 | C2 | C | 29 |
| Octal | 134 | 157 | 165 | 25 | 5 | 0 | 66 | 302 | 14 | 51 |
| Binary | 1011100 | 1101111 | 1110101 | 10101 | 101 | 0 | 110110 | 11000010 | 1100 | 101001 |
Color Harmonies of #5C6F75
Complementary color
Monochromatic Colors of #5C6F75
Black with #5C6F75
Text Example
Text Example
White with #5C6F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6F75; }
p { color: rgb(92,111,117); }
H1.HeaderClassName
{
color: #5C6F75;
}
.AnyTagClassName
{
color: #5C6F75;
}
</style>
background-color css
<style>
a { background-color: #5C6F75; }
a { background-color: rgb(92,111,117); }
div.DivClassName
{
background-color: #5C6F75;
}
.BgClassName
{
background-color: #5C6F75;
}
</style>
border-color css
<style>
span { border-color: #5C6F75; }
span { border-color: rgb(92,111,117); }
td.TdClassName
{
border-color: #5C6F75;
}
.TagClassName
{
border-color: #5C6F75;
}
</style>