Shades of Pale Sky #5B6D74
Tints of Pale Sky #5B6D74
RGB
CMYK
RGB Variations
Color information
#5B6D74 (or 0x5B6D74) is known color: Pale Sky. HEX triplet: 5B, 6D and 74. RGB value is (91,109,116). Sum of RGB (Red+Green+Blue) = 91+109+116=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B6D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6D74 is #A4928B. Grayscale: #686868. Windows color (decimal): -10785420 or 7630171. OLE color: 7630171.
HSL color Cylindrical-coordinate representation of color #5B6D74: hue angle of 196.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B6D74 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 109 | 116 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.55 |
| HSL | 196.8º | 0.12% | 0.41% | - |
| HSV(B) | 196.8º | 0.22% | 0.45% | - |
| XYZ | 12.94 | 14.42 | 18.63 | - |
| YUV | 104.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 116 | 0.22 | 0.06 | 0 | 0.55 | 196.8 | 0.12 | 0.41 |
| Hex | 5B | 6D | 74 | 16 | 6 | 0 | 37 | C5 | C | 29 |
| Octal | 133 | 155 | 164 | 26 | 6 | 0 | 67 | 305 | 14 | 51 |
| Binary | 1011011 | 1101101 | 1110100 | 10110 | 110 | 0 | 110111 | 11000101 | 1100 | 101001 |
Color Harmonies of #5B6D74
Complementary color
Monochromatic Colors of #5B6D74
Black with #5B6D74
Text Example
Text Example
White with #5B6D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6D74; }
p { color: rgb(91,109,116); }
H1.HeaderClassName
{
color: #5B6D74;
}
.AnyTagClassName
{
color: #5B6D74;
}
</style>
background-color css
<style>
a { background-color: #5B6D74; }
a { background-color: rgb(91,109,116); }
div.DivClassName
{
background-color: #5B6D74;
}
.BgClassName
{
background-color: #5B6D74;
}
</style>
border-color css
<style>
span { border-color: #5B6D74; }
span { border-color: rgb(91,109,116); }
td.TdClassName
{
border-color: #5B6D74;
}
.TagClassName
{
border-color: #5B6D74;
}
</style>