Shades of Sherpa Blue #053647
Tints of Sherpa Blue #053647
RGB
CMYK
RGB Variations
Color information
#053647 (or 0x053647) is known color: Sherpa Blue. HEX triplet: 05, 36 and 47. RGB value is (5,54,71). Sum of RGB (Red+Green+Blue) = 5+54+71=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #053647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053647 is #FAC9B8. Grayscale: #292929. Windows color (decimal): -16435641 or 4666885. OLE color: 4666885.
HSL color Cylindrical-coordinate representation of color #053647: hue angle of 195.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053647 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 54 | 71 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.72 |
| HSL | 195.45º | 0.87% | 0.15% | - |
| HSV(B) | 195.45º | 0.93% | 0.28% | - |
| XYZ | 2.52 | 3.13 | 6.43 | - |
| YUV | 41.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 71 | 0.93 | 0.24 | 0 | 0.72 | 195.45 | 0.87 | 0.15 |
| Hex | 5 | 36 | 47 | 5D | 18 | 0 | 48 | C3 | 57 | F |
| Octal | 5 | 66 | 107 | 135 | 30 | 0 | 110 | 303 | 127 | 17 |
| Binary | 101 | 110110 | 1000111 | 1011101 | 11000 | 0 | 1001000 | 11000011 | 1010111 | 1111 |
Color Harmonies of #053647
Complementary color
Monochromatic Colors of #053647
Black with #053647
Text Example
Text Example
White with #053647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053647; }
p { color: rgb(5,54,71); }
H1.HeaderClassName
{
color: #053647;
}
.AnyTagClassName
{
color: #053647;
}
</style>
background-color css
<style>
a { background-color: #053647; }
a { background-color: rgb(5,54,71); }
div.DivClassName
{
background-color: #053647;
}
.BgClassName
{
background-color: #053647;
}
</style>
border-color css
<style>
span { border-color: #053647; }
span { border-color: rgb(5,54,71); }
td.TdClassName
{
border-color: #053647;
}
.TagClassName
{
border-color: #053647;
}
</style>