Shades of Sherpa Blue #054E5A
Tints of Sherpa Blue #054E5A
RGB
CMYK
RGB Variations
Color information
#054E5A (or 0x054E5A) is known color: Sherpa Blue. HEX triplet: 05, 4E and 5A. RGB value is (5,78,90). Sum of RGB (Red+Green+Blue) = 5+78+90=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #054E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E5A is #FAB1A5. Grayscale: #393939. Windows color (decimal): -16429478 or 5918213. OLE color: 5918213.
HSL color Cylindrical-coordinate representation of color #054E5A: hue angle of 188.47º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054E5A is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 78 | 90 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.65 |
| HSL | 188.47º | 0.89% | 0.19% | - |
| HSV(B) | 188.47º | 0.94% | 0.35% | - |
| XYZ | 4.63 | 6.22 | 10.63 | - |
| YUV | 57.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 90 | 0.94 | 0.13 | 0 | 0.65 | 188.47 | 0.89 | 0.19 |
| Hex | 5 | 4E | 5A | 5E | D | 0 | 41 | BC | 59 | 13 |
| Octal | 5 | 116 | 132 | 136 | 15 | 0 | 101 | 274 | 131 | 23 |
| Binary | 101 | 1001110 | 1011010 | 1011110 | 1101 | 0 | 1000001 | 10111100 | 1011001 | 10011 |
Color Harmonies of #054E5A
Complementary color
Monochromatic Colors of #054E5A
Black with #054E5A
Text Example
Text Example
White with #054E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E5A; }
p { color: rgb(5,78,90); }
H1.HeaderClassName
{
color: #054E5A;
}
.AnyTagClassName
{
color: #054E5A;
}
</style>
background-color css
<style>
a { background-color: #054E5A; }
a { background-color: rgb(5,78,90); }
div.DivClassName
{
background-color: #054E5A;
}
.BgClassName
{
background-color: #054E5A;
}
</style>
border-color css
<style>
span { border-color: #054E5A; }
span { border-color: rgb(5,78,90); }
td.TdClassName
{
border-color: #054E5A;
}
.TagClassName
{
border-color: #054E5A;
}
</style>