Shades of Pale Sky #5F686B
Tints of Pale Sky #5F686B
RGB
CMYK
RGB Variations
Color information
#5F686B (or 0x5F686B) is known color: Pale Sky. HEX triplet: 5F, 68 and 6B. RGB value is (95,104,107). Sum of RGB (Red+Green+Blue) = 95+104+107=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F686B is #A09794. Grayscale: #656565. Windows color (decimal): -10524565 or 7039071. OLE color: 7039071.
HSL color Cylindrical-coordinate representation of color #5F686B: hue angle of 195º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F686B is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 104 | 107 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.58 |
| HSL | 195º | 0.06% | 0.4% | - |
| HSV(B) | 195º | 0.11% | 0.42% | - |
| XYZ | 12.32 | 13.4 | 15.85 | - |
| YUV | 101.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 107 | 0.11 | 0.03 | 0 | 0.58 | 195 | 0.06 | 0.4 |
| Hex | 5F | 68 | 6B | B | 3 | 0 | 3A | C3 | 6 | 28 |
| Octal | 137 | 150 | 153 | 13 | 3 | 0 | 72 | 303 | 6 | 50 |
| Binary | 1011111 | 1101000 | 1101011 | 1011 | 11 | 0 | 111010 | 11000011 | 110 | 101000 |
Color Harmonies of #5F686B
Complementary color
Monochromatic Colors of #5F686B
Black with #5F686B
Text Example
Text Example
White with #5F686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F686B; }
p { color: rgb(95,104,107); }
H1.HeaderClassName
{
color: #5F686B;
}
.AnyTagClassName
{
color: #5F686B;
}
</style>
background-color css
<style>
a { background-color: #5F686B; }
a { background-color: rgb(95,104,107); }
div.DivClassName
{
background-color: #5F686B;
}
.BgClassName
{
background-color: #5F686B;
}
</style>
border-color css
<style>
span { border-color: #5F686B; }
span { border-color: rgb(95,104,107); }
td.TdClassName
{
border-color: #5F686B;
}
.TagClassName
{
border-color: #5F686B;
}
</style>