Shades of Sherpa Blue #105058
Tints of Sherpa Blue #105058
RGB
CMYK
RGB Variations
Color information
#105058 (or 0x105058) is known color: Sherpa Blue. HEX triplet: 10, 50 and 58. RGB value is (16,80,88). Sum of RGB (Red+Green+Blue) = 16+80+88=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #105058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105058 is #EFAFA7. Grayscale: #3D3D3D. Windows color (decimal): -15708072 or 5787664. OLE color: 5787664.
HSL color Cylindrical-coordinate representation of color #105058: hue angle of 186.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105058 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 80 | 88 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.65 |
| HSL | 186.67º | 0.69% | 0.2% | - |
| HSV(B) | 186.67º | 0.82% | 0.35% | - |
| XYZ | 4.84 | 6.55 | 10.24 | - |
| YUV | 61.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 88 | 0.82 | 0.09 | 0 | 0.65 | 186.67 | 0.69 | 0.2 |
| Hex | 10 | 50 | 58 | 52 | 9 | 0 | 41 | BB | 45 | 14 |
| Octal | 20 | 120 | 130 | 122 | 11 | 0 | 101 | 273 | 105 | 24 |
| Binary | 10000 | 1010000 | 1011000 | 1010010 | 1001 | 0 | 1000001 | 10111011 | 1000101 | 10100 |
Color Harmonies of #105058
Complementary color
Monochromatic Colors of #105058
Black with #105058
Text Example
Text Example
White with #105058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105058; }
p { color: rgb(16,80,88); }
H1.HeaderClassName
{
color: #105058;
}
.AnyTagClassName
{
color: #105058;
}
</style>
background-color css
<style>
a { background-color: #105058; }
a { background-color: rgb(16,80,88); }
div.DivClassName
{
background-color: #105058;
}
.BgClassName
{
background-color: #105058;
}
</style>
border-color css
<style>
span { border-color: #105058; }
span { border-color: rgb(16,80,88); }
td.TdClassName
{
border-color: #105058;
}
.TagClassName
{
border-color: #105058;
}
</style>