Shades of Sherpa Blue #054E5B
Tints of Sherpa Blue #054E5B
RGB
CMYK
RGB Variations
Color information
#054E5B (or 0x054E5B) is known color: Sherpa Blue. HEX triplet: 05, 4E and 5B. RGB value is (5,78,91). Sum of RGB (Red+Green+Blue) = 5+78+91=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #054E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E5B is #FAB1A4. Grayscale: #393939. Windows color (decimal): -16429477 or 5983749. OLE color: 5983749.
HSL color Cylindrical-coordinate representation of color #054E5B: hue angle of 189.07º 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 #054E5B is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 78 | 91 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.64 |
| HSL | 189.07º | 0.9% | 0.19% | - |
| HSV(B) | 189.07º | 0.95% | 0.36% | - |
| XYZ | 4.68 | 6.24 | 10.85 | - |
| YUV | 57.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 91 | 0.95 | 0.14 | 0 | 0.64 | 189.07 | 0.9 | 0.19 |
| Hex | 5 | 4E | 5B | 5F | E | 0 | 40 | BD | 5A | 13 |
| Octal | 5 | 116 | 133 | 137 | 16 | 0 | 100 | 275 | 132 | 23 |
| Binary | 101 | 1001110 | 1011011 | 1011111 | 1110 | 0 | 1000000 | 10111101 | 1011010 | 10011 |
Color Harmonies of #054E5B
Complementary color
Monochromatic Colors of #054E5B
Black with #054E5B
Text Example
Text Example
White with #054E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E5B; }
p { color: rgb(5,78,91); }
H1.HeaderClassName
{
color: #054E5B;
}
.AnyTagClassName
{
color: #054E5B;
}
</style>
background-color css
<style>
a { background-color: #054E5B; }
a { background-color: rgb(5,78,91); }
div.DivClassName
{
background-color: #054E5B;
}
.BgClassName
{
background-color: #054E5B;
}
</style>
border-color css
<style>
span { border-color: #054E5B; }
span { border-color: rgb(5,78,91); }
td.TdClassName
{
border-color: #054E5B;
}
.TagClassName
{
border-color: #054E5B;
}
</style>