Shades of Sherpa Blue #104953
Tints of Sherpa Blue #104953
RGB
CMYK
RGB Variations
Color information
#104953 (or 0x104953) is known color: Sherpa Blue. HEX triplet: 10, 49 and 53. RGB value is (16,73,83). Sum of RGB (Red+Green+Blue) = 16+73+83=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #104953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104953 is #EFB6AC. Grayscale: #393939. Windows color (decimal): -15709869 or 5458192. OLE color: 5458192.
HSL color Cylindrical-coordinate representation of color #104953: hue angle of 188.96º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104953 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 73 | 83 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.67 |
| HSL | 188.96º | 0.68% | 0.19% | - |
| HSV(B) | 188.96º | 0.81% | 0.33% | - |
| XYZ | 4.16 | 5.5 | 9.03 | - |
| YUV | 57.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 83 | 0.81 | 0.12 | 0 | 0.67 | 188.96 | 0.68 | 0.19 |
| Hex | 10 | 49 | 53 | 51 | C | 0 | 43 | BD | 44 | 13 |
| Octal | 20 | 111 | 123 | 121 | 14 | 0 | 103 | 275 | 104 | 23 |
| Binary | 10000 | 1001001 | 1010011 | 1010001 | 1100 | 0 | 1000011 | 10111101 | 1000100 | 10011 |
Color Harmonies of #104953
Complementary color
Monochromatic Colors of #104953
Black with #104953
Text Example
Text Example
White with #104953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104953; }
p { color: rgb(16,73,83); }
H1.HeaderClassName
{
color: #104953;
}
.AnyTagClassName
{
color: #104953;
}
</style>
background-color css
<style>
a { background-color: #104953; }
a { background-color: rgb(16,73,83); }
div.DivClassName
{
background-color: #104953;
}
.BgClassName
{
background-color: #104953;
}
</style>
border-color css
<style>
span { border-color: #104953; }
span { border-color: rgb(16,73,83); }
td.TdClassName
{
border-color: #104953;
}
.TagClassName
{
border-color: #104953;
}
</style>