Shades of Sherpa Blue #053B49
Tints of Sherpa Blue #053B49
RGB
CMYK
RGB Variations
Color information
#053B49 (or 0x053B49) is known color: Sherpa Blue. HEX triplet: 05, 3B and 49. RGB value is (5,59,73). Sum of RGB (Red+Green+Blue) = 5+59+73=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #053B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B49 is #FAC4B6. Grayscale: #2C2C2C. Windows color (decimal): -16434359 or 4799237. OLE color: 4799237.
HSL color Cylindrical-coordinate representation of color #053B49: hue angle of 192.35º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053B49 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 59 | 73 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.71 |
| HSL | 192.35º | 0.87% | 0.15% | - |
| HSV(B) | 192.35º | 0.93% | 0.29% | - |
| XYZ | 2.83 | 3.64 | 6.86 | - |
| YUV | 44.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 73 | 0.93 | 0.19 | 0 | 0.71 | 192.35 | 0.87 | 0.15 |
| Hex | 5 | 3B | 49 | 5D | 13 | 0 | 47 | C0 | 57 | F |
| Octal | 5 | 73 | 111 | 135 | 23 | 0 | 107 | 300 | 127 | 17 |
| Binary | 101 | 111011 | 1001001 | 1011101 | 10011 | 0 | 1000111 | 11000000 | 1010111 | 1111 |
Color Harmonies of #053B49
Complementary color
Monochromatic Colors of #053B49
Black with #053B49
Text Example
Text Example
White with #053B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B49; }
p { color: rgb(5,59,73); }
H1.HeaderClassName
{
color: #053B49;
}
.AnyTagClassName
{
color: #053B49;
}
</style>
background-color css
<style>
a { background-color: #053B49; }
a { background-color: rgb(5,59,73); }
div.DivClassName
{
background-color: #053B49;
}
.BgClassName
{
background-color: #053B49;
}
</style>
border-color css
<style>
span { border-color: #053B49; }
span { border-color: rgb(5,59,73); }
td.TdClassName
{
border-color: #053B49;
}
.TagClassName
{
border-color: #053B49;
}
</style>