Shades of Sherpa Blue #054E56
Tints of Sherpa Blue #054E56
RGB
CMYK
RGB Variations
Color information
#054E56 (or 0x054E56) is known color: Sherpa Blue. HEX triplet: 05, 4E and 56. RGB value is (5,78,86). Sum of RGB (Red+Green+Blue) = 5+78+86=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #054E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E56 is #FAB1A9. Grayscale: #383838. Windows color (decimal): -16429482 or 5656069. OLE color: 5656069.
HSL color Cylindrical-coordinate representation of color #054E56: hue angle of 185.93º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054E56 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 78 | 86 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.66 |
| HSL | 185.93º | 0.89% | 0.18% | - |
| HSV(B) | 185.93º | 0.94% | 0.34% | - |
| XYZ | 4.47 | 6.15 | 9.76 | - |
| YUV | 57.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 86 | 0.94 | 0.09 | 0 | 0.66 | 185.93 | 0.89 | 0.18 |
| Hex | 5 | 4E | 56 | 5E | 9 | 0 | 42 | BA | 59 | 12 |
| Octal | 5 | 116 | 126 | 136 | 11 | 0 | 102 | 272 | 131 | 22 |
| Binary | 101 | 1001110 | 1010110 | 1011110 | 1001 | 0 | 1000010 | 10111010 | 1011001 | 10010 |
Color Harmonies of #054E56
Complementary color
Monochromatic Colors of #054E56
Black with #054E56
Text Example
Text Example
White with #054E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E56; }
p { color: rgb(5,78,86); }
H1.HeaderClassName
{
color: #054E56;
}
.AnyTagClassName
{
color: #054E56;
}
</style>
background-color css
<style>
a { background-color: #054E56; }
a { background-color: rgb(5,78,86); }
div.DivClassName
{
background-color: #054E56;
}
.BgClassName
{
background-color: #054E56;
}
</style>
border-color css
<style>
span { border-color: #054E56; }
span { border-color: rgb(5,78,86); }
td.TdClassName
{
border-color: #054E56;
}
.TagClassName
{
border-color: #054E56;
}
</style>