Shades of Sherpa Blue #053B47
Tints of Sherpa Blue #053B47
RGB
CMYK
RGB Variations
Color information
#053B47 (or 0x053B47) is known color: Sherpa Blue. HEX triplet: 05, 3B and 47. RGB value is (5,59,71). Sum of RGB (Red+Green+Blue) = 5+59+71=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #053B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B47 is #FAC4B8. Grayscale: #2C2C2C. Windows color (decimal): -16434361 or 4668165. OLE color: 4668165.
HSL color Cylindrical-coordinate representation of color #053B47: hue angle of 190.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053B47 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 59 | 71 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.72 |
| HSL | 190.91º | 0.87% | 0.15% | - |
| HSV(B) | 190.91º | 0.93% | 0.28% | - |
| XYZ | 2.76 | 3.62 | 6.51 | - |
| YUV | 44.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 71 | 0.93 | 0.17 | 0 | 0.72 | 190.91 | 0.87 | 0.15 |
| Hex | 5 | 3B | 47 | 5D | 11 | 0 | 48 | BF | 57 | F |
| Octal | 5 | 73 | 107 | 135 | 21 | 0 | 110 | 277 | 127 | 17 |
| Binary | 101 | 111011 | 1000111 | 1011101 | 10001 | 0 | 1001000 | 10111111 | 1010111 | 1111 |
Color Harmonies of #053B47
Complementary color
Monochromatic Colors of #053B47
Black with #053B47
Text Example
Text Example
White with #053B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B47; }
p { color: rgb(5,59,71); }
H1.HeaderClassName
{
color: #053B47;
}
.AnyTagClassName
{
color: #053B47;
}
</style>
background-color css
<style>
a { background-color: #053B47; }
a { background-color: rgb(5,59,71); }
div.DivClassName
{
background-color: #053B47;
}
.BgClassName
{
background-color: #053B47;
}
</style>
border-color css
<style>
span { border-color: #053B47; }
span { border-color: rgb(5,59,71); }
td.TdClassName
{
border-color: #053B47;
}
.TagClassName
{
border-color: #053B47;
}
</style>