Shades of Sherpa Blue #053F47
Tints of Sherpa Blue #053F47
RGB
CMYK
RGB Variations
Color information
#053F47 (or 0x053F47) is known color: Sherpa Blue. HEX triplet: 05, 3F and 47. RGB value is (5,63,71). Sum of RGB (Red+Green+Blue) = 5+63+71=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #053F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F47 is #FAC0B8. Grayscale: #2E2E2E. Windows color (decimal): -16433337 or 4669189. OLE color: 4669189.
HSL color Cylindrical-coordinate representation of color #053F47: hue angle of 187.27º 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 #053F47 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 63 | 71 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.72 |
| HSL | 187.27º | 0.87% | 0.15% | - |
| HSV(B) | 187.27º | 0.93% | 0.28% | - |
| XYZ | 2.98 | 4.04 | 6.58 | - |
| YUV | 46.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 71 | 0.93 | 0.11 | 0 | 0.72 | 187.27 | 0.87 | 0.15 |
| Hex | 5 | 3F | 47 | 5D | B | 0 | 48 | BB | 57 | F |
| Octal | 5 | 77 | 107 | 135 | 13 | 0 | 110 | 273 | 127 | 17 |
| Binary | 101 | 111111 | 1000111 | 1011101 | 1011 | 0 | 1001000 | 10111011 | 1010111 | 1111 |
Color Harmonies of #053F47
Complementary color
Monochromatic Colors of #053F47
Black with #053F47
Text Example
Text Example
White with #053F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F47; }
p { color: rgb(5,63,71); }
H1.HeaderClassName
{
color: #053F47;
}
.AnyTagClassName
{
color: #053F47;
}
</style>
background-color css
<style>
a { background-color: #053F47; }
a { background-color: rgb(5,63,71); }
div.DivClassName
{
background-color: #053F47;
}
.BgClassName
{
background-color: #053F47;
}
</style>
border-color css
<style>
span { border-color: #053F47; }
span { border-color: rgb(5,63,71); }
td.TdClassName
{
border-color: #053F47;
}
.TagClassName
{
border-color: #053F47;
}
</style>