Shades of Sherpa Blue #053944
Tints of Sherpa Blue #053944
RGB
CMYK
RGB Variations
Color information
#053944 (or 0x053944) is known color: Sherpa Blue. HEX triplet: 05, 39 and 44. RGB value is (5,57,68). Sum of RGB (Red+Green+Blue) = 5+57+68=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #053944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053944 is #FAC6BB. Grayscale: #2A2A2A. Windows color (decimal): -16434876 or 4471045. OLE color: 4471045.
HSL color Cylindrical-coordinate representation of color #053944: hue angle of 190.48º 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 #053944 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 57 | 68 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.73 |
| HSL | 190.48º | 0.86% | 0.14% | - |
| HSV(B) | 190.48º | 0.93% | 0.27% | - |
| XYZ | 2.57 | 3.38 | 5.99 | - |
| YUV | 42.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 68 | 0.93 | 0.16 | 0 | 0.73 | 190.48 | 0.86 | 0.14 |
| Hex | 5 | 39 | 44 | 5D | 10 | 0 | 49 | BE | 56 | E |
| Octal | 5 | 71 | 104 | 135 | 20 | 0 | 111 | 276 | 126 | 16 |
| Binary | 101 | 111001 | 1000100 | 1011101 | 10000 | 0 | 1001001 | 10111110 | 1010110 | 1110 |
Color Harmonies of #053944
Complementary color
Monochromatic Colors of #053944
Black with #053944
Text Example
Text Example
White with #053944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053944; }
p { color: rgb(5,57,68); }
H1.HeaderClassName
{
color: #053944;
}
.AnyTagClassName
{
color: #053944;
}
</style>
background-color css
<style>
a { background-color: #053944; }
a { background-color: rgb(5,57,68); }
div.DivClassName
{
background-color: #053944;
}
.BgClassName
{
background-color: #053944;
}
</style>
border-color css
<style>
span { border-color: #053944; }
span { border-color: rgb(5,57,68); }
td.TdClassName
{
border-color: #053944;
}
.TagClassName
{
border-color: #053944;
}
</style>