Shades of Sherpa Blue #054451
Tints of Sherpa Blue #054451
RGB
CMYK
RGB Variations
Color information
#054451 (or 0x054451) is known color: Sherpa Blue. HEX triplet: 05, 44 and 51. RGB value is (5,68,81). Sum of RGB (Red+Green+Blue) = 5+68+81=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #054451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054451 is #FABBAE. Grayscale: #323232. Windows color (decimal): -16432047 or 5325829. OLE color: 5325829.
HSL color Cylindrical-coordinate representation of color #054451: hue angle of 190.26º 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 #054451 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 68 | 81 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.68 |
| HSL | 190.26º | 0.88% | 0.17% | - |
| HSV(B) | 190.26º | 0.94% | 0.32% | - |
| XYZ | 3.61 | 4.76 | 8.51 | - |
| YUV | 50.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 81 | 0.94 | 0.16 | 0 | 0.68 | 190.26 | 0.88 | 0.17 |
| Hex | 5 | 44 | 51 | 5E | 10 | 0 | 44 | BE | 58 | 11 |
| Octal | 5 | 104 | 121 | 136 | 20 | 0 | 104 | 276 | 130 | 21 |
| Binary | 101 | 1000100 | 1010001 | 1011110 | 10000 | 0 | 1000100 | 10111110 | 1011000 | 10001 |
Color Harmonies of #054451
Complementary color
Monochromatic Colors of #054451
Black with #054451
Text Example
Text Example
White with #054451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054451; }
p { color: rgb(5,68,81); }
H1.HeaderClassName
{
color: #054451;
}
.AnyTagClassName
{
color: #054451;
}
</style>
background-color css
<style>
a { background-color: #054451; }
a { background-color: rgb(5,68,81); }
div.DivClassName
{
background-color: #054451;
}
.BgClassName
{
background-color: #054451;
}
</style>
border-color css
<style>
span { border-color: #054451; }
span { border-color: rgb(5,68,81); }
td.TdClassName
{
border-color: #054451;
}
.TagClassName
{
border-color: #054451;
}
</style>