Shades of Sherpa Blue #054753
Tints of Sherpa Blue #054753
RGB
CMYK
RGB Variations
Color information
#054753 (or 0x054753) is known color: Sherpa Blue. HEX triplet: 05, 47 and 53. RGB value is (5,71,83). Sum of RGB (Red+Green+Blue) = 5+71+83=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #054753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054753 is #FAB8AC. Grayscale: #343434. Windows color (decimal): -16431277 or 5457669. OLE color: 5457669.
HSL color Cylindrical-coordinate representation of color #054753: hue angle of 189.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054753 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 71 | 83 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.67 |
| HSL | 189.23º | 0.89% | 0.17% | - |
| HSV(B) | 189.23º | 0.94% | 0.33% | - |
| XYZ | 3.88 | 5.16 | 8.98 | - |
| YUV | 52.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 83 | 0.94 | 0.14 | 0 | 0.67 | 189.23 | 0.89 | 0.17 |
| Hex | 5 | 47 | 53 | 5E | E | 0 | 43 | BD | 59 | 11 |
| Octal | 5 | 107 | 123 | 136 | 16 | 0 | 103 | 275 | 131 | 21 |
| Binary | 101 | 1000111 | 1010011 | 1011110 | 1110 | 0 | 1000011 | 10111101 | 1011001 | 10001 |
Color Harmonies of #054753
Complementary color
Monochromatic Colors of #054753
Black with #054753
Text Example
Text Example
White with #054753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054753; }
p { color: rgb(5,71,83); }
H1.HeaderClassName
{
color: #054753;
}
.AnyTagClassName
{
color: #054753;
}
</style>
background-color css
<style>
a { background-color: #054753; }
a { background-color: rgb(5,71,83); }
div.DivClassName
{
background-color: #054753;
}
.BgClassName
{
background-color: #054753;
}
</style>
border-color css
<style>
span { border-color: #054753; }
span { border-color: rgb(5,71,83); }
td.TdClassName
{
border-color: #054753;
}
.TagClassName
{
border-color: #054753;
}
</style>