Shades of Sherpa Blue #053849
Tints of Sherpa Blue #053849
RGB
CMYK
RGB Variations
Color information
#053849 (or 0x053849) is known color: Sherpa Blue. HEX triplet: 05, 38 and 49. RGB value is (5,56,73). Sum of RGB (Red+Green+Blue) = 5+56+73=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #053849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053849 is #FAC7B6. Grayscale: #2A2A2A. Windows color (decimal): -16435127 or 4798469. OLE color: 4798469.
HSL color Cylindrical-coordinate representation of color #053849: hue angle of 195º 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 #053849 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 56 | 73 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.71 |
| HSL | 195º | 0.87% | 0.15% | - |
| HSV(B) | 195º | 0.93% | 0.29% | - |
| XYZ | 2.68 | 3.34 | 6.81 | - |
| YUV | 42.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 73 | 0.93 | 0.23 | 0 | 0.71 | 195 | 0.87 | 0.15 |
| Hex | 5 | 38 | 49 | 5D | 17 | 0 | 47 | C3 | 57 | F |
| Octal | 5 | 70 | 111 | 135 | 27 | 0 | 107 | 303 | 127 | 17 |
| Binary | 101 | 111000 | 1001001 | 1011101 | 10111 | 0 | 1000111 | 11000011 | 1010111 | 1111 |
Color Harmonies of #053849
Complementary color
Monochromatic Colors of #053849
Black with #053849
Text Example
Text Example
White with #053849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053849; }
p { color: rgb(5,56,73); }
H1.HeaderClassName
{
color: #053849;
}
.AnyTagClassName
{
color: #053849;
}
</style>
background-color css
<style>
a { background-color: #053849; }
a { background-color: rgb(5,56,73); }
div.DivClassName
{
background-color: #053849;
}
.BgClassName
{
background-color: #053849;
}
</style>
border-color css
<style>
span { border-color: #053849; }
span { border-color: rgb(5,56,73); }
td.TdClassName
{
border-color: #053849;
}
.TagClassName
{
border-color: #053849;
}
</style>