Shades of Sherpa Blue #053B51
Tints of Sherpa Blue #053B51
RGB
CMYK
RGB Variations
Color information
#053B51 (or 0x053B51) is known color: Sherpa Blue. HEX triplet: 05, 3B and 51. RGB value is (5,59,81). Sum of RGB (Red+Green+Blue) = 5+59+81=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #053B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B51 is #FAC4AE. Grayscale: #2D2D2D. Windows color (decimal): -16434351 or 5323525. OLE color: 5323525.
HSL color Cylindrical-coordinate representation of color #053B51: hue angle of 197.37º 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 #053B51 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 59 | 81 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.68 |
| HSL | 197.37º | 0.88% | 0.17% | - |
| HSV(B) | 197.37º | 0.94% | 0.32% | - |
| XYZ | 3.11 | 3.75 | 8.35 | - |
| YUV | 45.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 81 | 0.94 | 0.27 | 0 | 0.68 | 197.37 | 0.88 | 0.17 |
| Hex | 5 | 3B | 51 | 5E | 1B | 0 | 44 | C5 | 58 | 11 |
| Octal | 5 | 73 | 121 | 136 | 33 | 0 | 104 | 305 | 130 | 21 |
| Binary | 101 | 111011 | 1010001 | 1011110 | 11011 | 0 | 1000100 | 11000101 | 1011000 | 10001 |
Color Harmonies of #053B51
Complementary color
Monochromatic Colors of #053B51
Black with #053B51
Text Example
Text Example
White with #053B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B51; }
p { color: rgb(5,59,81); }
H1.HeaderClassName
{
color: #053B51;
}
.AnyTagClassName
{
color: #053B51;
}
</style>
background-color css
<style>
a { background-color: #053B51; }
a { background-color: rgb(5,59,81); }
div.DivClassName
{
background-color: #053B51;
}
.BgClassName
{
background-color: #053B51;
}
</style>
border-color css
<style>
span { border-color: #053B51; }
span { border-color: rgb(5,59,81); }
td.TdClassName
{
border-color: #053B51;
}
.TagClassName
{
border-color: #053B51;
}
</style>