Shades of Sherpa Blue #05444D
Tints of Sherpa Blue #05444D
RGB
CMYK
RGB Variations
Color information
#05444D (or 0x05444D) is known color: Sherpa Blue. HEX triplet: 05, 44 and 4D. RGB value is (5,68,77). Sum of RGB (Red+Green+Blue) = 5+68+77=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #05444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05444D is #FABBB2. Grayscale: #323232. Windows color (decimal): -16432051 or 5063685. OLE color: 5063685.
HSL color Cylindrical-coordinate representation of color #05444D: hue angle of 187.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05444D is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 68 | 77 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.70 |
| HSL | 187.5º | 0.88% | 0.16% | - |
| HSV(B) | 187.5º | 0.94% | 0.3% | - |
| XYZ | 3.47 | 4.7 | 7.75 | - |
| YUV | 50.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 77 | 0.94 | 0.12 | 0 | 0.70 | 187.5 | 0.88 | 0.16 |
| Hex | 5 | 44 | 4D | 5E | C | 0 | 46 | BC | 58 | 10 |
| Octal | 5 | 104 | 115 | 136 | 14 | 0 | 106 | 274 | 130 | 20 |
| Binary | 101 | 1000100 | 1001101 | 1011110 | 1100 | 0 | 1000110 | 10111100 | 1011000 | 10000 |
Color Harmonies of #05444D
Complementary color
Monochromatic Colors of #05444D
Black with #05444D
Text Example
Text Example
White with #05444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05444D; }
p { color: rgb(5,68,77); }
H1.HeaderClassName
{
color: #05444D;
}
.AnyTagClassName
{
color: #05444D;
}
</style>
background-color css
<style>
a { background-color: #05444D; }
a { background-color: rgb(5,68,77); }
div.DivClassName
{
background-color: #05444D;
}
.BgClassName
{
background-color: #05444D;
}
</style>
border-color css
<style>
span { border-color: #05444D; }
span { border-color: rgb(5,68,77); }
td.TdClassName
{
border-color: #05444D;
}
.TagClassName
{
border-color: #05444D;
}
</style>