Shades of Sherpa Blue #054049
Tints of Sherpa Blue #054049
RGB
CMYK
RGB Variations
Color information
#054049 (or 0x054049) is known color: Sherpa Blue. HEX triplet: 05, 40 and 49. RGB value is (5,64,73). Sum of RGB (Red+Green+Blue) = 5+64+73=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #054049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054049 is #FABFB6. Grayscale: #2F2F2F. Windows color (decimal): -16433079 or 4800517. OLE color: 4800517.
HSL color Cylindrical-coordinate representation of color #054049: hue angle of 187.94º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054049 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 64 | 73 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.71 |
| HSL | 187.94º | 0.87% | 0.15% | - |
| HSV(B) | 187.94º | 0.93% | 0.29% | - |
| XYZ | 3.1 | 4.18 | 6.95 | - |
| YUV | 47.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 73 | 0.93 | 0.12 | 0 | 0.71 | 187.94 | 0.87 | 0.15 |
| Hex | 5 | 40 | 49 | 5D | C | 0 | 47 | BC | 57 | F |
| Octal | 5 | 100 | 111 | 135 | 14 | 0 | 107 | 274 | 127 | 17 |
| Binary | 101 | 1000000 | 1001001 | 1011101 | 1100 | 0 | 1000111 | 10111100 | 1010111 | 1111 |
Color Harmonies of #054049
Complementary color
Monochromatic Colors of #054049
Black with #054049
Text Example
Text Example
White with #054049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054049; }
p { color: rgb(5,64,73); }
H1.HeaderClassName
{
color: #054049;
}
.AnyTagClassName
{
color: #054049;
}
</style>
background-color css
<style>
a { background-color: #054049; }
a { background-color: rgb(5,64,73); }
div.DivClassName
{
background-color: #054049;
}
.BgClassName
{
background-color: #054049;
}
</style>
border-color css
<style>
span { border-color: #054049; }
span { border-color: rgb(5,64,73); }
td.TdClassName
{
border-color: #054049;
}
.TagClassName
{
border-color: #054049;
}
</style>