Shades of Sherpa Blue #105056
Tints of Sherpa Blue #105056
RGB
CMYK
RGB Variations
Color information
#105056 (or 0x105056) is known color: Sherpa Blue. HEX triplet: 10, 50 and 56. RGB value is (16,80,86). Sum of RGB (Red+Green+Blue) = 16+80+86=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #105056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105056 is #EFAFA9. Grayscale: #3D3D3D. Windows color (decimal): -15708074 or 5656592. OLE color: 5656592.
HSL color Cylindrical-coordinate representation of color #105056: hue angle of 185.14º 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 #105056 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 80 | 86 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.66 |
| HSL | 185.14º | 0.69% | 0.2% | - |
| HSV(B) | 185.14º | 0.81% | 0.34% | - |
| XYZ | 4.76 | 6.52 | 9.81 | - |
| YUV | 61.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 86 | 0.81 | 0.07 | 0 | 0.66 | 185.14 | 0.69 | 0.2 |
| Hex | 10 | 50 | 56 | 51 | 7 | 0 | 42 | B9 | 45 | 14 |
| Octal | 20 | 120 | 126 | 121 | 7 | 0 | 102 | 271 | 105 | 24 |
| Binary | 10000 | 1010000 | 1010110 | 1010001 | 111 | 0 | 1000010 | 10111001 | 1000101 | 10100 |
Color Harmonies of #105056
Complementary color
Monochromatic Colors of #105056
Black with #105056
Text Example
Text Example
White with #105056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105056; }
p { color: rgb(16,80,86); }
H1.HeaderClassName
{
color: #105056;
}
.AnyTagClassName
{
color: #105056;
}
</style>
background-color css
<style>
a { background-color: #105056; }
a { background-color: rgb(16,80,86); }
div.DivClassName
{
background-color: #105056;
}
.BgClassName
{
background-color: #105056;
}
</style>
border-color css
<style>
span { border-color: #105056; }
span { border-color: rgb(16,80,86); }
td.TdClassName
{
border-color: #105056;
}
.TagClassName
{
border-color: #105056;
}
</style>