Shades of Sherpa Blue #054447
Tints of Sherpa Blue #054447
RGB
CMYK
RGB Variations
Color information
#054447 (or 0x054447) is known color: Sherpa Blue. HEX triplet: 05, 44 and 47. RGB value is (5,68,71). Sum of RGB (Red+Green+Blue) = 5+68+71=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #054447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054447 is #FABBB8. Grayscale: #313131. Windows color (decimal): -16432057 or 4670469. OLE color: 4670469.
HSL color Cylindrical-coordinate representation of color #054447: hue angle of 182.73º 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 #054447 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 68 | 71 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.72 |
| HSL | 182.73º | 0.87% | 0.15% | - |
| HSV(B) | 182.73º | 0.93% | 0.28% | - |
| XYZ | 3.27 | 4.62 | 6.68 | - |
| YUV | 49.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 71 | 0.93 | 0.04 | 0 | 0.72 | 182.73 | 0.87 | 0.15 |
| Hex | 5 | 44 | 47 | 5D | 4 | 0 | 48 | B7 | 57 | F |
| Octal | 5 | 104 | 107 | 135 | 4 | 0 | 110 | 267 | 127 | 17 |
| Binary | 101 | 1000100 | 1000111 | 1011101 | 100 | 0 | 1001000 | 10110111 | 1010111 | 1111 |
Color Harmonies of #054447
Complementary color
Monochromatic Colors of #054447
Black with #054447
Text Example
Text Example
White with #054447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054447; }
p { color: rgb(5,68,71); }
H1.HeaderClassName
{
color: #054447;
}
.AnyTagClassName
{
color: #054447;
}
</style>
background-color css
<style>
a { background-color: #054447; }
a { background-color: rgb(5,68,71); }
div.DivClassName
{
background-color: #054447;
}
.BgClassName
{
background-color: #054447;
}
</style>
border-color css
<style>
span { border-color: #054447; }
span { border-color: rgb(5,68,71); }
td.TdClassName
{
border-color: #054447;
}
.TagClassName
{
border-color: #054447;
}
</style>