Shades of Sherpa Blue #105255
Tints of Sherpa Blue #105255
RGB
CMYK
RGB Variations
Color information
#105255 (or 0x105255) is known color: Sherpa Blue. HEX triplet: 10, 52 and 55. RGB value is (16,82,85). Sum of RGB (Red+Green+Blue) = 16+82+85=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #105255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105255 is #EFADAA. Grayscale: #3E3E3E. Windows color (decimal): -15707563 or 5591568. OLE color: 5591568.
HSL color Cylindrical-coordinate representation of color #105255: hue angle of 182.61º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105255 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 82 | 85 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.67 |
| HSL | 182.61º | 0.68% | 0.2% | - |
| HSV(B) | 182.61º | 0.81% | 0.33% | - |
| XYZ | 4.87 | 6.8 | 9.65 | - |
| YUV | 62.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 85 | 0.81 | 0.04 | 0 | 0.67 | 182.61 | 0.68 | 0.2 |
| Hex | 10 | 52 | 55 | 51 | 4 | 0 | 43 | B7 | 44 | 14 |
| Octal | 20 | 122 | 125 | 121 | 4 | 0 | 103 | 267 | 104 | 24 |
| Binary | 10000 | 1010010 | 1010101 | 1010001 | 100 | 0 | 1000011 | 10110111 | 1000100 | 10100 |
Color Harmonies of #105255
Complementary color
Monochromatic Colors of #105255
Black with #105255
Text Example
Text Example
White with #105255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105255; }
p { color: rgb(16,82,85); }
H1.HeaderClassName
{
color: #105255;
}
.AnyTagClassName
{
color: #105255;
}
</style>
background-color css
<style>
a { background-color: #105255; }
a { background-color: rgb(16,82,85); }
div.DivClassName
{
background-color: #105255;
}
.BgClassName
{
background-color: #105255;
}
</style>
border-color css
<style>
span { border-color: #105255; }
span { border-color: rgb(16,82,85); }
td.TdClassName
{
border-color: #105255;
}
.TagClassName
{
border-color: #105255;
}
</style>