Shades of Sherpa Blue #053744
Tints of Sherpa Blue #053744
RGB
CMYK
RGB Variations
Color information
#053744 (or 0x053744) is known color: Sherpa Blue. HEX triplet: 05, 37 and 44. RGB value is (5,55,68). Sum of RGB (Red+Green+Blue) = 5+55+68=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #053744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053744 is #FAC8BB. Grayscale: #292929. Windows color (decimal): -16435388 or 4470533. OLE color: 4470533.
HSL color Cylindrical-coordinate representation of color #053744: hue angle of 192.38º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053744 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 55 | 68 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.73 |
| HSL | 192.38º | 0.86% | 0.14% | - |
| HSV(B) | 192.38º | 0.93% | 0.27% | - |
| XYZ | 2.47 | 3.18 | 5.95 | - |
| YUV | 41.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 68 | 0.93 | 0.19 | 0 | 0.73 | 192.38 | 0.86 | 0.14 |
| Hex | 5 | 37 | 44 | 5D | 13 | 0 | 49 | C0 | 56 | E |
| Octal | 5 | 67 | 104 | 135 | 23 | 0 | 111 | 300 | 126 | 16 |
| Binary | 101 | 110111 | 1000100 | 1011101 | 10011 | 0 | 1001001 | 11000000 | 1010110 | 1110 |
Color Harmonies of #053744
Complementary color
Monochromatic Colors of #053744
Black with #053744
Text Example
Text Example
White with #053744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053744; }
p { color: rgb(5,55,68); }
H1.HeaderClassName
{
color: #053744;
}
.AnyTagClassName
{
color: #053744;
}
</style>
background-color css
<style>
a { background-color: #053744; }
a { background-color: rgb(5,55,68); }
div.DivClassName
{
background-color: #053744;
}
.BgClassName
{
background-color: #053744;
}
</style>
border-color css
<style>
span { border-color: #053744; }
span { border-color: rgb(5,55,68); }
td.TdClassName
{
border-color: #053744;
}
.TagClassName
{
border-color: #053744;
}
</style>