Shades of Sherpa Blue #053F4E
Tints of Sherpa Blue #053F4E
RGB
CMYK
RGB Variations
Color information
#053F4E (or 0x053F4E) is known color: Sherpa Blue. HEX triplet: 05, 3F and 4E. RGB value is (5,63,78). Sum of RGB (Red+Green+Blue) = 5+63+78=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #053F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F4E is #FAC0B1. Grayscale: #2F2F2F. Windows color (decimal): -16433330 or 5127941. OLE color: 5127941.
HSL color Cylindrical-coordinate representation of color #053F4E: hue angle of 192.33º 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 #053F4E is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 63 | 78 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.69 |
| HSL | 192.33º | 0.88% | 0.16% | - |
| HSV(B) | 192.33º | 0.94% | 0.31% | - |
| XYZ | 3.22 | 4.14 | 7.84 | - |
| YUV | 47.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 78 | 0.94 | 0.19 | 0 | 0.69 | 192.33 | 0.88 | 0.16 |
| Hex | 5 | 3F | 4E | 5E | 13 | 0 | 45 | C0 | 58 | 10 |
| Octal | 5 | 77 | 116 | 136 | 23 | 0 | 105 | 300 | 130 | 20 |
| Binary | 101 | 111111 | 1001110 | 1011110 | 10011 | 0 | 1000101 | 11000000 | 1011000 | 10000 |
Color Harmonies of #053F4E
Complementary color
Monochromatic Colors of #053F4E
Black with #053F4E
Text Example
Text Example
White with #053F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F4E; }
p { color: rgb(5,63,78); }
H1.HeaderClassName
{
color: #053F4E;
}
.AnyTagClassName
{
color: #053F4E;
}
</style>
background-color css
<style>
a { background-color: #053F4E; }
a { background-color: rgb(5,63,78); }
div.DivClassName
{
background-color: #053F4E;
}
.BgClassName
{
background-color: #053F4E;
}
</style>
border-color css
<style>
span { border-color: #053F4E; }
span { border-color: rgb(5,63,78); }
td.TdClassName
{
border-color: #053F4E;
}
.TagClassName
{
border-color: #053F4E;
}
</style>