Shades of Sherpa Blue #054E58
Tints of Sherpa Blue #054E58
RGB
CMYK
RGB Variations
Color information
#054E58 (or 0x054E58) is known color: Sherpa Blue. HEX triplet: 05, 4E and 58. RGB value is (5,78,88). Sum of RGB (Red+Green+Blue) = 5+78+88=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #054E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E58 is #FAB1A7. Grayscale: #393939. Windows color (decimal): -16429480 or 5787141. OLE color: 5787141.
HSL color Cylindrical-coordinate representation of color #054E58: hue angle of 187.23º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054E58 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 78 | 88 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.65 |
| HSL | 187.23º | 0.89% | 0.18% | - |
| HSV(B) | 187.23º | 0.94% | 0.35% | - |
| XYZ | 4.55 | 6.19 | 10.19 | - |
| YUV | 57.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 88 | 0.94 | 0.11 | 0 | 0.65 | 187.23 | 0.89 | 0.18 |
| Hex | 5 | 4E | 58 | 5E | B | 0 | 41 | BB | 59 | 12 |
| Octal | 5 | 116 | 130 | 136 | 13 | 0 | 101 | 273 | 131 | 22 |
| Binary | 101 | 1001110 | 1011000 | 1011110 | 1011 | 0 | 1000001 | 10111011 | 1011001 | 10010 |
Color Harmonies of #054E58
Complementary color
Monochromatic Colors of #054E58
Black with #054E58
Text Example
Text Example
White with #054E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E58; }
p { color: rgb(5,78,88); }
H1.HeaderClassName
{
color: #054E58;
}
.AnyTagClassName
{
color: #054E58;
}
</style>
background-color css
<style>
a { background-color: #054E58; }
a { background-color: rgb(5,78,88); }
div.DivClassName
{
background-color: #054E58;
}
.BgClassName
{
background-color: #054E58;
}
</style>
border-color css
<style>
span { border-color: #054E58; }
span { border-color: rgb(5,78,88); }
td.TdClassName
{
border-color: #054E58;
}
.TagClassName
{
border-color: #054E58;
}
</style>