Shades of Sherpa Blue #053E50
Tints of Sherpa Blue #053E50
RGB
CMYK
RGB Variations
Color information
#053E50 (or 0x053E50) is known color: Sherpa Blue. HEX triplet: 05, 3E and 50. RGB value is (5,62,80). Sum of RGB (Red+Green+Blue) = 5+62+80=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #053E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E50 is #FAC1AF. Grayscale: #2E2E2E. Windows color (decimal): -16433584 or 5258757. OLE color: 5258757.
HSL color Cylindrical-coordinate representation of color #053E50: hue angle of 194.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053E50 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 62 | 80 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.69 |
| HSL | 194.4º | 0.88% | 0.17% | - |
| HSV(B) | 194.4º | 0.94% | 0.31% | - |
| XYZ | 3.23 | 4.06 | 8.2 | - |
| YUV | 47.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 80 | 0.94 | 0.22 | 0 | 0.69 | 194.4 | 0.88 | 0.17 |
| Hex | 5 | 3E | 50 | 5E | 16 | 0 | 45 | C2 | 58 | 11 |
| Octal | 5 | 76 | 120 | 136 | 26 | 0 | 105 | 302 | 130 | 21 |
| Binary | 101 | 111110 | 1010000 | 1011110 | 10110 | 0 | 1000101 | 11000010 | 1011000 | 10001 |
Color Harmonies of #053E50
Complementary color
Monochromatic Colors of #053E50
Black with #053E50
Text Example
Text Example
White with #053E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E50; }
p { color: rgb(5,62,80); }
H1.HeaderClassName
{
color: #053E50;
}
.AnyTagClassName
{
color: #053E50;
}
</style>
background-color css
<style>
a { background-color: #053E50; }
a { background-color: rgb(5,62,80); }
div.DivClassName
{
background-color: #053E50;
}
.BgClassName
{
background-color: #053E50;
}
</style>
border-color css
<style>
span { border-color: #053E50; }
span { border-color: rgb(5,62,80); }
td.TdClassName
{
border-color: #053E50;
}
.TagClassName
{
border-color: #053E50;
}
</style>