Shades of Sherpa Blue #054D50
Tints of Sherpa Blue #054D50
RGB
CMYK
RGB Variations
Color information
#054D50 (or 0x054D50) is known color: Sherpa Blue. HEX triplet: 05, 4D and 50. RGB value is (5,77,80). Sum of RGB (Red+Green+Blue) = 5+77+80=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #054D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D50 is #FAB2AF. Grayscale: #373737. Windows color (decimal): -16429744 or 5262597. OLE color: 5262597.
HSL color Cylindrical-coordinate representation of color #054D50: hue angle of 182.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D50 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 77 | 80 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.69 |
| HSL | 182.4º | 0.88% | 0.17% | - |
| HSV(B) | 182.4º | 0.94% | 0.31% | - |
| XYZ | 4.16 | 5.92 | 8.51 | - |
| YUV | 55.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 80 | 0.94 | 0.04 | 0 | 0.69 | 182.4 | 0.88 | 0.17 |
| Hex | 5 | 4D | 50 | 5E | 4 | 0 | 45 | B6 | 58 | 11 |
| Octal | 5 | 115 | 120 | 136 | 4 | 0 | 105 | 266 | 130 | 21 |
| Binary | 101 | 1001101 | 1010000 | 1011110 | 100 | 0 | 1000101 | 10110110 | 1011000 | 10001 |
Color Harmonies of #054D50
Complementary color
Monochromatic Colors of #054D50
Black with #054D50
Text Example
Text Example
White with #054D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D50; }
p { color: rgb(5,77,80); }
H1.HeaderClassName
{
color: #054D50;
}
.AnyTagClassName
{
color: #054D50;
}
</style>
background-color css
<style>
a { background-color: #054D50; }
a { background-color: rgb(5,77,80); }
div.DivClassName
{
background-color: #054D50;
}
.BgClassName
{
background-color: #054D50;
}
</style>
border-color css
<style>
span { border-color: #054D50; }
span { border-color: rgb(5,77,80); }
td.TdClassName
{
border-color: #054D50;
}
.TagClassName
{
border-color: #054D50;
}
</style>