Shades of Sherpa Blue #053D4E
Tints of Sherpa Blue #053D4E
RGB
CMYK
RGB Variations
Color information
#053D4E (or 0x053D4E) is known color: Sherpa Blue. HEX triplet: 05, 3D and 4E. RGB value is (5,61,78). Sum of RGB (Red+Green+Blue) = 5+61+78=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #053D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D4E is #FAC2B1. Grayscale: #2E2E2E. Windows color (decimal): -16433842 or 5127429. OLE color: 5127429.
HSL color Cylindrical-coordinate representation of color #053D4E: hue angle of 193.97º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053D4E is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 61 | 78 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.69 |
| HSL | 193.97º | 0.88% | 0.16% | - |
| HSV(B) | 193.97º | 0.94% | 0.31% | - |
| XYZ | 3.11 | 3.92 | 7.8 | - |
| YUV | 46.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 78 | 0.94 | 0.22 | 0 | 0.69 | 193.97 | 0.88 | 0.16 |
| Hex | 5 | 3D | 4E | 5E | 16 | 0 | 45 | C2 | 58 | 10 |
| Octal | 5 | 75 | 116 | 136 | 26 | 0 | 105 | 302 | 130 | 20 |
| Binary | 101 | 111101 | 1001110 | 1011110 | 10110 | 0 | 1000101 | 11000010 | 1011000 | 10000 |
Color Harmonies of #053D4E
Complementary color
Monochromatic Colors of #053D4E
Black with #053D4E
Text Example
Text Example
White with #053D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D4E; }
p { color: rgb(5,61,78); }
H1.HeaderClassName
{
color: #053D4E;
}
.AnyTagClassName
{
color: #053D4E;
}
</style>
background-color css
<style>
a { background-color: #053D4E; }
a { background-color: rgb(5,61,78); }
div.DivClassName
{
background-color: #053D4E;
}
.BgClassName
{
background-color: #053D4E;
}
</style>
border-color css
<style>
span { border-color: #053D4E; }
span { border-color: rgb(5,61,78); }
td.TdClassName
{
border-color: #053D4E;
}
.TagClassName
{
border-color: #053D4E;
}
</style>