Shades of Sherpa Blue #053A51
Tints of Sherpa Blue #053A51
RGB
CMYK
RGB Variations
Color information
#053A51 (or 0x053A51) is known color: Sherpa Blue. HEX triplet: 05, 3A and 51. RGB value is (5,58,81). Sum of RGB (Red+Green+Blue) = 5+58+81=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #053A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A51 is #FAC5AE. Grayscale: #2C2C2C. Windows color (decimal): -16434607 or 5323269. OLE color: 5323269.
HSL color Cylindrical-coordinate representation of color #053A51: hue angle of 198.16º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A51 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 58 | 81 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.68 |
| HSL | 198.16º | 0.88% | 0.17% | - |
| HSV(B) | 198.16º | 0.94% | 0.32% | - |
| XYZ | 3.06 | 3.65 | 8.33 | - |
| YUV | 44.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 81 | 0.94 | 0.28 | 0 | 0.68 | 198.16 | 0.88 | 0.17 |
| Hex | 5 | 3A | 51 | 5E | 1C | 0 | 44 | C6 | 58 | 11 |
| Octal | 5 | 72 | 121 | 136 | 34 | 0 | 104 | 306 | 130 | 21 |
| Binary | 101 | 111010 | 1010001 | 1011110 | 11100 | 0 | 1000100 | 11000110 | 1011000 | 10001 |
Color Harmonies of #053A51
Complementary color
Monochromatic Colors of #053A51
Black with #053A51
Text Example
Text Example
White with #053A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A51; }
p { color: rgb(5,58,81); }
H1.HeaderClassName
{
color: #053A51;
}
.AnyTagClassName
{
color: #053A51;
}
</style>
background-color css
<style>
a { background-color: #053A51; }
a { background-color: rgb(5,58,81); }
div.DivClassName
{
background-color: #053A51;
}
.BgClassName
{
background-color: #053A51;
}
</style>
border-color css
<style>
span { border-color: #053A51; }
span { border-color: rgb(5,58,81); }
td.TdClassName
{
border-color: #053A51;
}
.TagClassName
{
border-color: #053A51;
}
</style>