Shades of Pale Sky #5F6D70
Tints of Pale Sky #5F6D70
RGB
CMYK
RGB Variations
Color information
#5F6D70 (or 0x5F6D70) is known color: Pale Sky. HEX triplet: 5F, 6D and 70. RGB value is (95,109,112). Sum of RGB (Red+Green+Blue) = 95+109+112=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F6D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6D70 is #A0928F. Grayscale: #696969. Windows color (decimal): -10523280 or 7368031. OLE color: 7368031.
HSL color Cylindrical-coordinate representation of color #5F6D70: hue angle of 190.59º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F6D70 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 109 | 112 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.56 |
| HSL | 190.59º | 0.08% | 0.41% | - |
| HSV(B) | 190.59º | 0.15% | 0.44% | - |
| XYZ | 13.11 | 14.54 | 17.44 | - |
| YUV | 105.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 109 | 112 | 0.15 | 0.03 | 0 | 0.56 | 190.59 | 0.08 | 0.41 |
| Hex | 5F | 6D | 70 | F | 3 | 0 | 38 | BF | 8 | 29 |
| Octal | 137 | 155 | 160 | 17 | 3 | 0 | 70 | 277 | 10 | 51 |
| Binary | 1011111 | 1101101 | 1110000 | 1111 | 11 | 0 | 111000 | 10111111 | 1000 | 101001 |
Color Harmonies of #5F6D70
Complementary color
Monochromatic Colors of #5F6D70
Black with #5F6D70
Text Example
Text Example
White with #5F6D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6D70; }
p { color: rgb(95,109,112); }
H1.HeaderClassName
{
color: #5F6D70;
}
.AnyTagClassName
{
color: #5F6D70;
}
</style>
background-color css
<style>
a { background-color: #5F6D70; }
a { background-color: rgb(95,109,112); }
div.DivClassName
{
background-color: #5F6D70;
}
.BgClassName
{
background-color: #5F6D70;
}
</style>
border-color css
<style>
span { border-color: #5F6D70; }
span { border-color: rgb(95,109,112); }
td.TdClassName
{
border-color: #5F6D70;
}
.TagClassName
{
border-color: #5F6D70;
}
</style>