Shades of Sherpa Blue #054751
Tints of Sherpa Blue #054751
RGB
CMYK
RGB Variations
Color information
#054751 (or 0x054751) is known color: Sherpa Blue. HEX triplet: 05, 47 and 51. RGB value is (5,71,81). Sum of RGB (Red+Green+Blue) = 5+71+81=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #054751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054751 is #FAB8AE. Grayscale: #343434. Windows color (decimal): -16431279 or 5326597. OLE color: 5326597.
HSL color Cylindrical-coordinate representation of color #054751: hue angle of 187.89º 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 #054751 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 71 | 81 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.68 |
| HSL | 187.89º | 0.88% | 0.17% | - |
| HSV(B) | 187.89º | 0.94% | 0.32% | - |
| XYZ | 3.8 | 5.13 | 8.57 | - |
| YUV | 52.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 81 | 0.94 | 0.12 | 0 | 0.68 | 187.89 | 0.88 | 0.17 |
| Hex | 5 | 47 | 51 | 5E | C | 0 | 44 | BC | 58 | 11 |
| Octal | 5 | 107 | 121 | 136 | 14 | 0 | 104 | 274 | 130 | 21 |
| Binary | 101 | 1000111 | 1010001 | 1011110 | 1100 | 0 | 1000100 | 10111100 | 1011000 | 10001 |
Color Harmonies of #054751
Complementary color
Monochromatic Colors of #054751
Black with #054751
Text Example
Text Example
White with #054751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054751; }
p { color: rgb(5,71,81); }
H1.HeaderClassName
{
color: #054751;
}
.AnyTagClassName
{
color: #054751;
}
</style>
background-color css
<style>
a { background-color: #054751; }
a { background-color: rgb(5,71,81); }
div.DivClassName
{
background-color: #054751;
}
.BgClassName
{
background-color: #054751;
}
</style>
border-color css
<style>
span { border-color: #054751; }
span { border-color: rgb(5,71,81); }
td.TdClassName
{
border-color: #054751;
}
.TagClassName
{
border-color: #054751;
}
</style>