Shades of Sherpa Blue #105355
Tints of Sherpa Blue #105355
RGB
CMYK
RGB Variations
Color information
#105355 (or 0x105355) is known color: Sherpa Blue. HEX triplet: 10, 53 and 55. RGB value is (16,83,85). Sum of RGB (Red+Green+Blue) = 16+83+85=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #105355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105355 is #EFACAA. Grayscale: #3F3F3F. Windows color (decimal): -15707307 or 5591824. OLE color: 5591824.
HSL color Cylindrical-coordinate representation of color #105355: hue angle of 181.74º 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 #105355 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 85 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.67 |
| HSL | 181.74º | 0.68% | 0.2% | - |
| HSV(B) | 181.74º | 0.81% | 0.33% | - |
| XYZ | 4.95 | 6.95 | 9.68 | - |
| YUV | 63.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 85 | 0.81 | 0.02 | 0 | 0.67 | 181.74 | 0.68 | 0.2 |
| Hex | 10 | 53 | 55 | 51 | 2 | 0 | 43 | B6 | 44 | 14 |
| Octal | 20 | 123 | 125 | 121 | 2 | 0 | 103 | 266 | 104 | 24 |
| Binary | 10000 | 1010011 | 1010101 | 1010001 | 10 | 0 | 1000011 | 10110110 | 1000100 | 10100 |
Color Harmonies of #105355
Complementary color
Monochromatic Colors of #105355
Black with #105355
Text Example
Text Example
White with #105355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105355; }
p { color: rgb(16,83,85); }
H1.HeaderClassName
{
color: #105355;
}
.AnyTagClassName
{
color: #105355;
}
</style>
background-color css
<style>
a { background-color: #105355; }
a { background-color: rgb(16,83,85); }
div.DivClassName
{
background-color: #105355;
}
.BgClassName
{
background-color: #105355;
}
</style>
border-color css
<style>
span { border-color: #105355; }
span { border-color: rgb(16,83,85); }
td.TdClassName
{
border-color: #105355;
}
.TagClassName
{
border-color: #105355;
}
</style>