Shades of Sherpa Blue #053E4D
Tints of Sherpa Blue #053E4D
RGB
CMYK
RGB Variations
Color information
#053E4D (or 0x053E4D) is known color: Sherpa Blue. HEX triplet: 05, 3E and 4D. RGB value is (5,62,77). Sum of RGB (Red+Green+Blue) = 5+62+77=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #053E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E4D is #FAC1B2. Grayscale: #2E2E2E. Windows color (decimal): -16433587 or 5062149. OLE color: 5062149.
HSL color Cylindrical-coordinate representation of color #053E4D: hue angle of 192.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053E4D is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 62 | 77 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.70 |
| HSL | 192.5º | 0.88% | 0.16% | - |
| HSV(B) | 192.5º | 0.94% | 0.3% | - |
| XYZ | 3.12 | 4.01 | 7.63 | - |
| YUV | 46.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 77 | 0.94 | 0.19 | 0 | 0.70 | 192.5 | 0.88 | 0.16 |
| Hex | 5 | 3E | 4D | 5E | 13 | 0 | 46 | C0 | 58 | 10 |
| Octal | 5 | 76 | 115 | 136 | 23 | 0 | 106 | 300 | 130 | 20 |
| Binary | 101 | 111110 | 1001101 | 1011110 | 10011 | 0 | 1000110 | 11000000 | 1011000 | 10000 |
Color Harmonies of #053E4D
Complementary color
Monochromatic Colors of #053E4D
Black with #053E4D
Text Example
Text Example
White with #053E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E4D; }
p { color: rgb(5,62,77); }
H1.HeaderClassName
{
color: #053E4D;
}
.AnyTagClassName
{
color: #053E4D;
}
</style>
background-color css
<style>
a { background-color: #053E4D; }
a { background-color: rgb(5,62,77); }
div.DivClassName
{
background-color: #053E4D;
}
.BgClassName
{
background-color: #053E4D;
}
</style>
border-color css
<style>
span { border-color: #053E4D; }
span { border-color: rgb(5,62,77); }
td.TdClassName
{
border-color: #053E4D;
}
.TagClassName
{
border-color: #053E4D;
}
</style>