Shades of Sherpa Blue #05414D
Tints of Sherpa Blue #05414D
RGB
CMYK
RGB Variations
Color information
#05414D (or 0x05414D) is known color: Sherpa Blue. HEX triplet: 05, 41 and 4D. RGB value is (5,65,77). Sum of RGB (Red+Green+Blue) = 5+65+77=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #05414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05414D is #FABEB2. Grayscale: #303030. Windows color (decimal): -16432819 or 5062917. OLE color: 5062917.
HSL color Cylindrical-coordinate representation of color #05414D: hue angle of 190º 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 #05414D is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 65 | 77 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.70 |
| HSL | 190º | 0.88% | 0.16% | - |
| HSV(B) | 190º | 0.94% | 0.3% | - |
| XYZ | 3.29 | 4.35 | 7.69 | - |
| YUV | 48.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 77 | 0.94 | 0.16 | 0 | 0.70 | 190 | 0.88 | 0.16 |
| Hex | 5 | 41 | 4D | 5E | 10 | 0 | 46 | BE | 58 | 10 |
| Octal | 5 | 101 | 115 | 136 | 20 | 0 | 106 | 276 | 130 | 20 |
| Binary | 101 | 1000001 | 1001101 | 1011110 | 10000 | 0 | 1000110 | 10111110 | 1011000 | 10000 |
Color Harmonies of #05414D
Complementary color
Monochromatic Colors of #05414D
Black with #05414D
Text Example
Text Example
White with #05414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05414D; }
p { color: rgb(5,65,77); }
H1.HeaderClassName
{
color: #05414D;
}
.AnyTagClassName
{
color: #05414D;
}
</style>
background-color css
<style>
a { background-color: #05414D; }
a { background-color: rgb(5,65,77); }
div.DivClassName
{
background-color: #05414D;
}
.BgClassName
{
background-color: #05414D;
}
</style>
border-color css
<style>
span { border-color: #05414D; }
span { border-color: rgb(5,65,77); }
td.TdClassName
{
border-color: #05414D;
}
.TagClassName
{
border-color: #05414D;
}
</style>