Shades of Pale Sky #5E686A
Tints of Pale Sky #5E686A
RGB
CMYK
RGB Variations
Color information
#5E686A (or 0x5E686A) is known color: Pale Sky. HEX triplet: 5E, 68 and 6A. RGB value is (94,104,106). Sum of RGB (Red+Green+Blue) = 94+104+106=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E686A is #A19795. Grayscale: #656565. Windows color (decimal): -10590102 or 6973534. OLE color: 6973534.
HSL color Cylindrical-coordinate representation of color #5E686A: hue angle of 190º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5E686A is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 104 | 106 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.58 |
| HSL | 190º | 0.06% | 0.39% | - |
| HSV(B) | 190º | 0.11% | 0.42% | - |
| XYZ | 12.17 | 13.32 | 15.57 | - |
| YUV | 101.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 106 | 0.11 | 0.02 | 0 | 0.58 | 190 | 0.06 | 0.39 |
| Hex | 5E | 68 | 6A | B | 2 | 0 | 3A | BE | 6 | 27 |
| Octal | 136 | 150 | 152 | 13 | 2 | 0 | 72 | 276 | 6 | 47 |
| Binary | 1011110 | 1101000 | 1101010 | 1011 | 10 | 0 | 111010 | 10111110 | 110 | 100111 |
Color Harmonies of #5E686A
Complementary color
Monochromatic Colors of #5E686A
Black with #5E686A
Text Example
Text Example
White with #5E686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E686A; }
p { color: rgb(94,104,106); }
H1.HeaderClassName
{
color: #5E686A;
}
.AnyTagClassName
{
color: #5E686A;
}
</style>
background-color css
<style>
a { background-color: #5E686A; }
a { background-color: rgb(94,104,106); }
div.DivClassName
{
background-color: #5E686A;
}
.BgClassName
{
background-color: #5E686A;
}
</style>
border-color css
<style>
span { border-color: #5E686A; }
span { border-color: rgb(94,104,106); }
td.TdClassName
{
border-color: #5E686A;
}
.TagClassName
{
border-color: #5E686A;
}
</style>