Shades of Sherpa Blue #054D55
Tints of Sherpa Blue #054D55
RGB
CMYK
RGB Variations
Color information
#054D55 (or 0x054D55) is known color: Sherpa Blue. HEX triplet: 05, 4D and 55. RGB value is (5,77,85). Sum of RGB (Red+Green+Blue) = 5+77+85=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #054D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D55 is #FAB2AA. Grayscale: #383838. Windows color (decimal): -16429739 or 5590277. OLE color: 5590277.
HSL color Cylindrical-coordinate representation of color #054D55: hue angle of 186º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D55 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 77 | 85 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.67 |
| HSL | 186º | 0.89% | 0.18% | - |
| HSV(B) | 186º | 0.94% | 0.33% | - |
| XYZ | 4.36 | 6 | 9.52 | - |
| YUV | 56.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 85 | 0.94 | 0.09 | 0 | 0.67 | 186 | 0.89 | 0.18 |
| Hex | 5 | 4D | 55 | 5E | 9 | 0 | 43 | BA | 59 | 12 |
| Octal | 5 | 115 | 125 | 136 | 11 | 0 | 103 | 272 | 131 | 22 |
| Binary | 101 | 1001101 | 1010101 | 1011110 | 1001 | 0 | 1000011 | 10111010 | 1011001 | 10010 |
Color Harmonies of #054D55
Complementary color
Monochromatic Colors of #054D55
Black with #054D55
Text Example
Text Example
White with #054D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D55; }
p { color: rgb(5,77,85); }
H1.HeaderClassName
{
color: #054D55;
}
.AnyTagClassName
{
color: #054D55;
}
</style>
background-color css
<style>
a { background-color: #054D55; }
a { background-color: rgb(5,77,85); }
div.DivClassName
{
background-color: #054D55;
}
.BgClassName
{
background-color: #054D55;
}
</style>
border-color css
<style>
span { border-color: #054D55; }
span { border-color: rgb(5,77,85); }
td.TdClassName
{
border-color: #054D55;
}
.TagClassName
{
border-color: #054D55;
}
</style>