Shades of Sherpa Blue #104D59
Tints of Sherpa Blue #104D59
RGB
CMYK
RGB Variations
Color information
#104D59 (or 0x104D59) is known color: Sherpa Blue. HEX triplet: 10, 4D and 59. RGB value is (16,77,89). Sum of RGB (Red+Green+Blue) = 16+77+89=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #104D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D59 is #EFB2A6. Grayscale: #3C3C3C. Windows color (decimal): -15708839 or 5852432. OLE color: 5852432.
HSL color Cylindrical-coordinate representation of color #104D59: hue angle of 189.86º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104D59 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 77 | 89 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.65 |
| HSL | 189.86º | 0.7% | 0.21% | - |
| HSV(B) | 189.86º | 0.82% | 0.35% | - |
| XYZ | 4.67 | 6.14 | 10.39 | - |
| YUV | 60.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 89 | 0.82 | 0.13 | 0 | 0.65 | 189.86 | 0.7 | 0.21 |
| Hex | 10 | 4D | 59 | 52 | D | 0 | 41 | BE | 46 | 15 |
| Octal | 20 | 115 | 131 | 122 | 15 | 0 | 101 | 276 | 106 | 25 |
| Binary | 10000 | 1001101 | 1011001 | 1010010 | 1101 | 0 | 1000001 | 10111110 | 1000110 | 10101 |
Color Harmonies of #104D59
Complementary color
Monochromatic Colors of #104D59
Black with #104D59
Text Example
Text Example
White with #104D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D59; }
p { color: rgb(16,77,89); }
H1.HeaderClassName
{
color: #104D59;
}
.AnyTagClassName
{
color: #104D59;
}
</style>
background-color css
<style>
a { background-color: #104D59; }
a { background-color: rgb(16,77,89); }
div.DivClassName
{
background-color: #104D59;
}
.BgClassName
{
background-color: #104D59;
}
</style>
border-color css
<style>
span { border-color: #104D59; }
span { border-color: rgb(16,77,89); }
td.TdClassName
{
border-color: #104D59;
}
.TagClassName
{
border-color: #104D59;
}
</style>