Shades of Sherpa Blue #104C57
Tints of Sherpa Blue #104C57
RGB
CMYK
RGB Variations
Color information
#104C57 (or 0x104C57) is known color: Sherpa Blue. HEX triplet: 10, 4C and 57. RGB value is (16,76,87). Sum of RGB (Red+Green+Blue) = 16+76+87=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #104C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C57 is #EFB3A8. Grayscale: #3B3B3B. Windows color (decimal): -15709097 or 5721104. OLE color: 5721104.
HSL color Cylindrical-coordinate representation of color #104C57: hue angle of 189.3º 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 #104C57 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 76 | 87 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.66 |
| HSL | 189.3º | 0.69% | 0.2% | - |
| HSV(B) | 189.3º | 0.82% | 0.34% | - |
| XYZ | 4.52 | 5.97 | 9.93 | - |
| YUV | 59.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 87 | 0.82 | 0.13 | 0 | 0.66 | 189.3 | 0.69 | 0.2 |
| Hex | 10 | 4C | 57 | 52 | D | 0 | 42 | BD | 45 | 14 |
| Octal | 20 | 114 | 127 | 122 | 15 | 0 | 102 | 275 | 105 | 24 |
| Binary | 10000 | 1001100 | 1010111 | 1010010 | 1101 | 0 | 1000010 | 10111101 | 1000101 | 10100 |
Color Harmonies of #104C57
Complementary color
Monochromatic Colors of #104C57
Black with #104C57
Text Example
Text Example
White with #104C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C57; }
p { color: rgb(16,76,87); }
H1.HeaderClassName
{
color: #104C57;
}
.AnyTagClassName
{
color: #104C57;
}
</style>
background-color css
<style>
a { background-color: #104C57; }
a { background-color: rgb(16,76,87); }
div.DivClassName
{
background-color: #104C57;
}
.BgClassName
{
background-color: #104C57;
}
</style>
border-color css
<style>
span { border-color: #104C57; }
span { border-color: rgb(16,76,87); }
td.TdClassName
{
border-color: #104C57;
}
.TagClassName
{
border-color: #104C57;
}
</style>