Shades of Sherpa Blue #104D56
Tints of Sherpa Blue #104D56
RGB
CMYK
RGB Variations
Color information
#104D56 (or 0x104D56) is known color: Sherpa Blue. HEX triplet: 10, 4D and 56. RGB value is (16,77,86). Sum of RGB (Red+Green+Blue) = 16+77+86=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #104D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D56 is #EFB2A9. Grayscale: #3B3B3B. Windows color (decimal): -15708842 or 5655824. OLE color: 5655824.
HSL color Cylindrical-coordinate representation of color #104D56: hue angle of 187.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104D56 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 77 | 86 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.66 |
| HSL | 187.71º | 0.69% | 0.2% | - |
| HSV(B) | 187.71º | 0.81% | 0.34% | - |
| XYZ | 4.55 | 6.09 | 9.74 | - |
| YUV | 59.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 86 | 0.81 | 0.10 | 0 | 0.66 | 187.71 | 0.69 | 0.2 |
| Hex | 10 | 4D | 56 | 51 | A | 0 | 42 | BC | 45 | 14 |
| Octal | 20 | 115 | 126 | 121 | 12 | 0 | 102 | 274 | 105 | 24 |
| Binary | 10000 | 1001101 | 1010110 | 1010001 | 1010 | 0 | 1000010 | 10111100 | 1000101 | 10100 |
Color Harmonies of #104D56
Complementary color
Monochromatic Colors of #104D56
Black with #104D56
Text Example
Text Example
White with #104D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D56; }
p { color: rgb(16,77,86); }
H1.HeaderClassName
{
color: #104D56;
}
.AnyTagClassName
{
color: #104D56;
}
</style>
background-color css
<style>
a { background-color: #104D56; }
a { background-color: rgb(16,77,86); }
div.DivClassName
{
background-color: #104D56;
}
.BgClassName
{
background-color: #104D56;
}
</style>
border-color css
<style>
span { border-color: #104D56; }
span { border-color: rgb(16,77,86); }
td.TdClassName
{
border-color: #104D56;
}
.TagClassName
{
border-color: #104D56;
}
</style>