Shades of Sherpa Blue #054848
Tints of Sherpa Blue #054848
RGB
CMYK
RGB Variations
Color information
#054848 (or 0x054848) is known color: Sherpa Blue. HEX triplet: 05, 48 and 48. RGB value is (5,72,72). Sum of RGB (Red+Green+Blue) = 5+72+72=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #054848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054848 is #FAB7B7. Grayscale: #333333. Windows color (decimal): -16431032 or 4737029. OLE color: 4737029.
HSL color Cylindrical-coordinate representation of color #054848: hue angle of 180º 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 #054848 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 72 | 72 | - |
| CMYK | 0.93 | 0 | 0 | 0.72 |
| HSL | 180º | 0.87% | 0.15% | - |
| HSV(B) | 180º | 0.93% | 0.28% | - |
| XYZ | 3.55 | 5.13 | 6.93 | - |
| YUV | 51.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 72 | 0.93 | 0 | 0 | 0.72 | 180 | 0.87 | 0.15 |
| Hex | 5 | 48 | 48 | 5D | 0 | 0 | 48 | B4 | 57 | F |
| Octal | 5 | 110 | 110 | 135 | 0 | 0 | 110 | 264 | 127 | 17 |
| Binary | 101 | 1001000 | 1001000 | 1011101 | 0 | 0 | 1001000 | 10110100 | 1010111 | 1111 |
Color Harmonies of #054848
Complementary color
Monochromatic Colors of #054848
Black with #054848
Text Example
Text Example
White with #054848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054848; }
p { color: rgb(5,72,72); }
H1.HeaderClassName
{
color: #054848;
}
.AnyTagClassName
{
color: #054848;
}
</style>
background-color css
<style>
a { background-color: #054848; }
a { background-color: rgb(5,72,72); }
div.DivClassName
{
background-color: #054848;
}
.BgClassName
{
background-color: #054848;
}
</style>
border-color css
<style>
span { border-color: #054848; }
span { border-color: rgb(5,72,72); }
td.TdClassName
{
border-color: #054848;
}
.TagClassName
{
border-color: #054848;
}
</style>