Shades of Sherpa Blue #054D63
Tints of Sherpa Blue #054D63
RGB
CMYK
RGB Variations
Color information
#054D63 (or 0x054D63) is known color: Sherpa Blue. HEX triplet: 05, 4D and 63. RGB value is (5,77,99). Sum of RGB (Red+Green+Blue) = 5+77+99=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #054D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D63 is #FAB29C. Grayscale: #393939. Windows color (decimal): -16429725 or 6507781. OLE color: 6507781.
HSL color Cylindrical-coordinate representation of color #054D63: hue angle of 194.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D63 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 77 | 99 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.61 |
| HSL | 194.04º | 0.9% | 0.2% | - |
| HSV(B) | 194.04º | 0.95% | 0.39% | - |
| XYZ | 4.97 | 6.24 | 12.75 | - |
| YUV | 57.98 | 151.15 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 99 | 0.95 | 0.22 | 0 | 0.61 | 194.04 | 0.9 | 0.2 |
| Hex | 5 | 4D | 63 | 5F | 16 | 0 | 3D | C2 | 5A | 14 |
| Octal | 5 | 115 | 143 | 137 | 26 | 0 | 75 | 302 | 132 | 24 |
| Binary | 101 | 1001101 | 1100011 | 1011111 | 10110 | 0 | 111101 | 11000010 | 1011010 | 10100 |
Color Harmonies of #054D63
Complementary color
Monochromatic Colors of #054D63
Black with #054D63
Text Example
Text Example
White with #054D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D63; }
p { color: rgb(5,77,99); }
H1.HeaderClassName
{
color: #054D63;
}
.AnyTagClassName
{
color: #054D63;
}
</style>
background-color css
<style>
a { background-color: #054D63; }
a { background-color: rgb(5,77,99); }
div.DivClassName
{
background-color: #054D63;
}
.BgClassName
{
background-color: #054D63;
}
</style>
border-color css
<style>
span { border-color: #054D63; }
span { border-color: rgb(5,77,99); }
td.TdClassName
{
border-color: #054D63;
}
.TagClassName
{
border-color: #054D63;
}
</style>