Shades of Pale Sky #5F7076
Tints of Pale Sky #5F7076
RGB
CMYK
RGB Variations
Color information
#5F7076 (or 0x5F7076) is known color: Pale Sky. HEX triplet: 5F, 70 and 76. RGB value is (95,112,118). Sum of RGB (Red+Green+Blue) = 95+112+118=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F7076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7076 is #A08F89. Grayscale: #6B6B6B. Windows color (decimal): -10522506 or 7762015. OLE color: 7762015.
HSL color Cylindrical-coordinate representation of color #5F7076: hue angle of 195.65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F7076 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 112 | 118 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.54 |
| HSL | 195.65º | 0.11% | 0.42% | - |
| HSV(B) | 195.65º | 0.19% | 0.46% | - |
| XYZ | 13.78 | 15.33 | 19.37 | - |
| YUV | 107.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 118 | 0.19 | 0.05 | 0 | 0.54 | 195.65 | 0.11 | 0.42 |
| Hex | 5F | 70 | 76 | 13 | 5 | 0 | 36 | C4 | B | 2A |
| Octal | 137 | 160 | 166 | 23 | 5 | 0 | 66 | 304 | 13 | 52 |
| Binary | 1011111 | 1110000 | 1110110 | 10011 | 101 | 0 | 110110 | 11000100 | 1011 | 101010 |
Color Harmonies of #5F7076
Complementary color
Monochromatic Colors of #5F7076
Black with #5F7076
Text Example
Text Example
White with #5F7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7076; }
p { color: rgb(95,112,118); }
H1.HeaderClassName
{
color: #5F7076;
}
.AnyTagClassName
{
color: #5F7076;
}
</style>
background-color css
<style>
a { background-color: #5F7076; }
a { background-color: rgb(95,112,118); }
div.DivClassName
{
background-color: #5F7076;
}
.BgClassName
{
background-color: #5F7076;
}
</style>
border-color css
<style>
span { border-color: #5F7076; }
span { border-color: rgb(95,112,118); }
td.TdClassName
{
border-color: #5F7076;
}
.TagClassName
{
border-color: #5F7076;
}
</style>