Shades of Pale Sky #5F7073
Tints of Pale Sky #5F7073
RGB
CMYK
RGB Variations
Color information
#5F7073 (or 0x5F7073) is known color: Pale Sky. HEX triplet: 5F, 70 and 73. RGB value is (95,112,115). Sum of RGB (Red+Green+Blue) = 95+112+115=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7073 is #A08F8C. Grayscale: #6B6B6B. Windows color (decimal): -10522509 or 7565407. OLE color: 7565407.
HSL color Cylindrical-coordinate representation of color #5F7073: hue angle of 189º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F7073 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 112 | 115 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.55 |
| HSL | 189º | 0.1% | 0.41% | - |
| HSV(B) | 189º | 0.17% | 0.45% | - |
| XYZ | 13.61 | 15.26 | 18.45 | - |
| YUV | 107.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 115 | 0.17 | 0.03 | 0 | 0.55 | 189 | 0.1 | 0.41 |
| Hex | 5F | 70 | 73 | 11 | 3 | 0 | 37 | BD | A | 29 |
| Octal | 137 | 160 | 163 | 21 | 3 | 0 | 67 | 275 | 12 | 51 |
| Binary | 1011111 | 1110000 | 1110011 | 10001 | 11 | 0 | 110111 | 10111101 | 1010 | 101001 |
Color Harmonies of #5F7073
Complementary color
Monochromatic Colors of #5F7073
Black with #5F7073
Text Example
Text Example
White with #5F7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7073; }
p { color: rgb(95,112,115); }
H1.HeaderClassName
{
color: #5F7073;
}
.AnyTagClassName
{
color: #5F7073;
}
</style>
background-color css
<style>
a { background-color: #5F7073; }
a { background-color: rgb(95,112,115); }
div.DivClassName
{
background-color: #5F7073;
}
.BgClassName
{
background-color: #5F7073;
}
</style>
border-color css
<style>
span { border-color: #5F7073; }
span { border-color: rgb(95,112,115); }
td.TdClassName
{
border-color: #5F7073;
}
.TagClassName
{
border-color: #5F7073;
}
</style>