Shades of Sherpa Blue #05514D
Tints of Sherpa Blue #05514D
RGB
CMYK
RGB Variations
Color information
#05514D (or 0x05514D) is known color: Sherpa Blue. HEX triplet: 05, 51 and 4D. RGB value is (5,81,77). Sum of RGB (Red+Green+Blue) = 5+81+77=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #05514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05514D is #FAAEB2. Grayscale: #393939. Windows color (decimal): -16428723 or 5067013. OLE color: 5067013.
HSL color Cylindrical-coordinate representation of color #05514D: hue angle of 176.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05514D is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 77 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.68 |
| HSL | 176.84º | 0.88% | 0.17% | - |
| HSV(B) | 176.84º | 0.94% | 0.32% | - |
| XYZ | 4.34 | 6.45 | 8.04 | - |
| YUV | 57.82 | 138.82 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 77 | 0.94 | 0 | 0.05 | 0.68 | 176.84 | 0.88 | 0.17 |
| Hex | 5 | 51 | 4D | 5E | 0 | 5 | 44 | B1 | 58 | 11 |
| Octal | 5 | 121 | 115 | 136 | 0 | 5 | 104 | 261 | 130 | 21 |
| Binary | 101 | 1010001 | 1001101 | 1011110 | 0 | 101 | 1000100 | 10110001 | 1011000 | 10001 |
Color Harmonies of #05514D
Complementary color
Monochromatic Colors of #05514D
Black with #05514D
Text Example
Text Example
White with #05514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05514D; }
p { color: rgb(5,81,77); }
H1.HeaderClassName
{
color: #05514D;
}
.AnyTagClassName
{
color: #05514D;
}
</style>
background-color css
<style>
a { background-color: #05514D; }
a { background-color: rgb(5,81,77); }
div.DivClassName
{
background-color: #05514D;
}
.BgClassName
{
background-color: #05514D;
}
</style>
border-color css
<style>
span { border-color: #05514D; }
span { border-color: rgb(5,81,77); }
td.TdClassName
{
border-color: #05514D;
}
.TagClassName
{
border-color: #05514D;
}
</style>