Shades of Pale Sky #5F696E
Tints of Pale Sky #5F696E
RGB
CMYK
RGB Variations
Color information
#5F696E (or 0x5F696E) is known color: Pale Sky. HEX triplet: 5F, 69 and 6E. RGB value is (95,105,110). Sum of RGB (Red+Green+Blue) = 95+105+110=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F696E is #A09691. Grayscale: #666666. Windows color (decimal): -10524306 or 7235935. OLE color: 7235935.
HSL color Cylindrical-coordinate representation of color #5F696E: hue angle of 200º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F696E is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 105 | 110 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.57 |
| HSL | 200º | 0.07% | 0.4% | - |
| HSV(B) | 200º | 0.14% | 0.43% | - |
| XYZ | 12.59 | 13.66 | 16.73 | - |
| YUV | 102.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 110 | 0.14 | 0.05 | 0 | 0.57 | 200 | 0.07 | 0.4 |
| Hex | 5F | 69 | 6E | E | 5 | 0 | 39 | C8 | 7 | 28 |
| Octal | 137 | 151 | 156 | 16 | 5 | 0 | 71 | 310 | 7 | 50 |
| Binary | 1011111 | 1101001 | 1101110 | 1110 | 101 | 0 | 111001 | 11001000 | 111 | 101000 |
Color Harmonies of #5F696E
Complementary color
Monochromatic Colors of #5F696E
Black with #5F696E
Text Example
Text Example
White with #5F696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F696E; }
p { color: rgb(95,105,110); }
H1.HeaderClassName
{
color: #5F696E;
}
.AnyTagClassName
{
color: #5F696E;
}
</style>
background-color css
<style>
a { background-color: #5F696E; }
a { background-color: rgb(95,105,110); }
div.DivClassName
{
background-color: #5F696E;
}
.BgClassName
{
background-color: #5F696E;
}
</style>
border-color css
<style>
span { border-color: #5F696E; }
span { border-color: rgb(95,105,110); }
td.TdClassName
{
border-color: #5F696E;
}
.TagClassName
{
border-color: #5F696E;
}
</style>