Shades of Sherpa Blue #104E57
Tints of Sherpa Blue #104E57
RGB
CMYK
RGB Variations
Color information
#104E57 (or 0x104E57) is known color: Sherpa Blue. HEX triplet: 10, 4E and 57. RGB value is (16,78,87). Sum of RGB (Red+Green+Blue) = 16+78+87=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #104E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E57 is #EFB1A8. Grayscale: #3C3C3C. Windows color (decimal): -15708585 or 5721616. OLE color: 5721616.
HSL color Cylindrical-coordinate representation of color #104E57: hue angle of 187.61º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104E57 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 78 | 87 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.66 |
| HSL | 187.61º | 0.69% | 0.2% | - |
| HSV(B) | 187.61º | 0.82% | 0.34% | - |
| XYZ | 4.66 | 6.25 | 9.98 | - |
| YUV | 60.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 87 | 0.82 | 0.10 | 0 | 0.66 | 187.61 | 0.69 | 0.2 |
| Hex | 10 | 4E | 57 | 52 | A | 0 | 42 | BC | 45 | 14 |
| Octal | 20 | 116 | 127 | 122 | 12 | 0 | 102 | 274 | 105 | 24 |
| Binary | 10000 | 1001110 | 1010111 | 1010010 | 1010 | 0 | 1000010 | 10111100 | 1000101 | 10100 |
Color Harmonies of #104E57
Complementary color
Monochromatic Colors of #104E57
Black with #104E57
Text Example
Text Example
White with #104E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E57; }
p { color: rgb(16,78,87); }
H1.HeaderClassName
{
color: #104E57;
}
.AnyTagClassName
{
color: #104E57;
}
</style>
background-color css
<style>
a { background-color: #104E57; }
a { background-color: rgb(16,78,87); }
div.DivClassName
{
background-color: #104E57;
}
.BgClassName
{
background-color: #104E57;
}
</style>
border-color css
<style>
span { border-color: #104E57; }
span { border-color: rgb(16,78,87); }
td.TdClassName
{
border-color: #104E57;
}
.TagClassName
{
border-color: #104E57;
}
</style>