Shades of Sherpa Blue #054048
Tints of Sherpa Blue #054048
RGB
CMYK
RGB Variations
Color information
#054048 (or 0x054048) is known color: Sherpa Blue. HEX triplet: 05, 40 and 48. RGB value is (5,64,72). Sum of RGB (Red+Green+Blue) = 5+64+72=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #054048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054048 is #FABFB7. Grayscale: #2F2F2F. Windows color (decimal): -16433080 or 4734981. OLE color: 4734981.
HSL color Cylindrical-coordinate representation of color #054048: hue angle of 187.16º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054048 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 64 | 72 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.72 |
| HSL | 187.16º | 0.87% | 0.15% | - |
| HSV(B) | 187.16º | 0.93% | 0.28% | - |
| XYZ | 3.07 | 4.17 | 6.77 | - |
| YUV | 47.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 72 | 0.93 | 0.11 | 0 | 0.72 | 187.16 | 0.87 | 0.15 |
| Hex | 5 | 40 | 48 | 5D | B | 0 | 48 | BB | 57 | F |
| Octal | 5 | 100 | 110 | 135 | 13 | 0 | 110 | 273 | 127 | 17 |
| Binary | 101 | 1000000 | 1001000 | 1011101 | 1011 | 0 | 1001000 | 10111011 | 1010111 | 1111 |
Color Harmonies of #054048
Complementary color
Monochromatic Colors of #054048
Black with #054048
Text Example
Text Example
White with #054048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054048; }
p { color: rgb(5,64,72); }
H1.HeaderClassName
{
color: #054048;
}
.AnyTagClassName
{
color: #054048;
}
</style>
background-color css
<style>
a { background-color: #054048; }
a { background-color: rgb(5,64,72); }
div.DivClassName
{
background-color: #054048;
}
.BgClassName
{
background-color: #054048;
}
</style>
border-color css
<style>
span { border-color: #054048; }
span { border-color: rgb(5,64,72); }
td.TdClassName
{
border-color: #054048;
}
.TagClassName
{
border-color: #054048;
}
</style>