Shades of Sherpa Blue #054E5D
Tints of Sherpa Blue #054E5D
RGB
CMYK
RGB Variations
Color information
#054E5D (or 0x054E5D) is known color: Sherpa Blue. HEX triplet: 05, 4E and 5D. RGB value is (5,78,93). Sum of RGB (Red+Green+Blue) = 5+78+93=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #054E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E5D is #FAB1A2. Grayscale: #393939. Windows color (decimal): -16429475 or 6114821. OLE color: 6114821.
HSL color Cylindrical-coordinate representation of color #054E5D: hue angle of 190.23º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054E5D is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 78 | 93 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.64 |
| HSL | 190.23º | 0.9% | 0.19% | - |
| HSV(B) | 190.23º | 0.95% | 0.36% | - |
| XYZ | 4.76 | 6.27 | 11.32 | - |
| YUV | 57.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 93 | 0.95 | 0.16 | 0 | 0.64 | 190.23 | 0.9 | 0.19 |
| Hex | 5 | 4E | 5D | 5F | 10 | 0 | 40 | BE | 5A | 13 |
| Octal | 5 | 116 | 135 | 137 | 20 | 0 | 100 | 276 | 132 | 23 |
| Binary | 101 | 1001110 | 1011101 | 1011111 | 10000 | 0 | 1000000 | 10111110 | 1011010 | 10011 |
Color Harmonies of #054E5D
Complementary color
Monochromatic Colors of #054E5D
Black with #054E5D
Text Example
Text Example
White with #054E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E5D; }
p { color: rgb(5,78,93); }
H1.HeaderClassName
{
color: #054E5D;
}
.AnyTagClassName
{
color: #054E5D;
}
</style>
background-color css
<style>
a { background-color: #054E5D; }
a { background-color: rgb(5,78,93); }
div.DivClassName
{
background-color: #054E5D;
}
.BgClassName
{
background-color: #054E5D;
}
</style>
border-color css
<style>
span { border-color: #054E5D; }
span { border-color: rgb(5,78,93); }
td.TdClassName
{
border-color: #054E5D;
}
.TagClassName
{
border-color: #054E5D;
}
</style>