Shades of Pale Sky #5F696C
Tints of Pale Sky #5F696C
RGB
CMYK
RGB Variations
Color information
#5F696C (or 0x5F696C) is known color: Pale Sky. HEX triplet: 5F, 69 and 6C. RGB value is (95,105,108). Sum of RGB (Red+Green+Blue) = 95+105+108=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F696C is #A09693. Grayscale: #666666. Windows color (decimal): -10524308 or 7104863. OLE color: 7104863.
HSL color Cylindrical-coordinate representation of color #5F696C: hue angle of 193.85º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F696C is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 105 | 108 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.58 |
| HSL | 193.85º | 0.06% | 0.4% | - |
| HSV(B) | 193.85º | 0.12% | 0.42% | - |
| XYZ | 12.48 | 13.62 | 16.16 | - |
| YUV | 102.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 108 | 0.12 | 0.03 | 0 | 0.58 | 193.85 | 0.06 | 0.4 |
| Hex | 5F | 69 | 6C | C | 3 | 0 | 3A | C2 | 6 | 28 |
| Octal | 137 | 151 | 154 | 14 | 3 | 0 | 72 | 302 | 6 | 50 |
| Binary | 1011111 | 1101001 | 1101100 | 1100 | 11 | 0 | 111010 | 11000010 | 110 | 101000 |
Color Harmonies of #5F696C
Complementary color
Monochromatic Colors of #5F696C
Black with #5F696C
Text Example
Text Example
White with #5F696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F696C; }
p { color: rgb(95,105,108); }
H1.HeaderClassName
{
color: #5F696C;
}
.AnyTagClassName
{
color: #5F696C;
}
</style>
background-color css
<style>
a { background-color: #5F696C; }
a { background-color: rgb(95,105,108); }
div.DivClassName
{
background-color: #5F696C;
}
.BgClassName
{
background-color: #5F696C;
}
</style>
border-color css
<style>
span { border-color: #5F696C; }
span { border-color: rgb(95,105,108); }
td.TdClassName
{
border-color: #5F696C;
}
.TagClassName
{
border-color: #5F696C;
}
</style>