Shades of Sherpa Blue #114D55
Tints of Sherpa Blue #114D55
RGB
CMYK
RGB Variations
Color information
#114D55 (or 0x114D55) is known color: Sherpa Blue. HEX triplet: 11, 4D and 55. RGB value is (17,77,85). Sum of RGB (Red+Green+Blue) = 17+77+85=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #114D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D55 is #EEB2AA. Grayscale: #3B3B3B. Windows color (decimal): -15643307 or 5590289. OLE color: 5590289.
HSL color Cylindrical-coordinate representation of color #114D55: hue angle of 187.06º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114D55 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 77 | 85 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.67 |
| HSL | 187.06º | 0.67% | 0.2% | - |
| HSV(B) | 187.06º | 0.8% | 0.33% | - |
| XYZ | 4.52 | 6.08 | 9.53 | - |
| YUV | 59.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 85 | 0.80 | 0.09 | 0 | 0.67 | 187.06 | 0.67 | 0.2 |
| Hex | 11 | 4D | 55 | 50 | 9 | 0 | 43 | BB | 43 | 14 |
| Octal | 21 | 115 | 125 | 120 | 11 | 0 | 103 | 273 | 103 | 24 |
| Binary | 10001 | 1001101 | 1010101 | 1010000 | 1001 | 0 | 1000011 | 10111011 | 1000011 | 10100 |
Color Harmonies of #114D55
Complementary color
Monochromatic Colors of #114D55
Black with #114D55
Text Example
Text Example
White with #114D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D55; }
p { color: rgb(17,77,85); }
H1.HeaderClassName
{
color: #114D55;
}
.AnyTagClassName
{
color: #114D55;
}
</style>
background-color css
<style>
a { background-color: #114D55; }
a { background-color: rgb(17,77,85); }
div.DivClassName
{
background-color: #114D55;
}
.BgClassName
{
background-color: #114D55;
}
</style>
border-color css
<style>
span { border-color: #114D55; }
span { border-color: rgb(17,77,85); }
td.TdClassName
{
border-color: #114D55;
}
.TagClassName
{
border-color: #114D55;
}
</style>