Shades of Sherpa Blue #054E5E
Tints of Sherpa Blue #054E5E
RGB
CMYK
RGB Variations
Color information
#054E5E (or 0x054E5E) is known color: Sherpa Blue. HEX triplet: 05, 4E and 5E. RGB value is (5,78,94). Sum of RGB (Red+Green+Blue) = 5+78+94=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #054E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E5E is #FAB1A1. Grayscale: #393939. Windows color (decimal): -16429474 or 6180357. OLE color: 6180357.
HSL color Cylindrical-coordinate representation of color #054E5E: hue angle of 190.79º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054E5E is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 78 | 94 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.63 |
| HSL | 190.79º | 0.9% | 0.19% | - |
| HSV(B) | 190.79º | 0.95% | 0.37% | - |
| XYZ | 4.81 | 6.29 | 11.55 | - |
| YUV | 58 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 94 | 0.95 | 0.17 | 0 | 0.63 | 190.79 | 0.9 | 0.19 |
| Hex | 5 | 4E | 5E | 5F | 11 | 0 | 3F | BF | 5A | 13 |
| Octal | 5 | 116 | 136 | 137 | 21 | 0 | 77 | 277 | 132 | 23 |
| Binary | 101 | 1001110 | 1011110 | 1011111 | 10001 | 0 | 111111 | 10111111 | 1011010 | 10011 |
Color Harmonies of #054E5E
Complementary color
Monochromatic Colors of #054E5E
Black with #054E5E
Text Example
Text Example
White with #054E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E5E; }
p { color: rgb(5,78,94); }
H1.HeaderClassName
{
color: #054E5E;
}
.AnyTagClassName
{
color: #054E5E;
}
</style>
background-color css
<style>
a { background-color: #054E5E; }
a { background-color: rgb(5,78,94); }
div.DivClassName
{
background-color: #054E5E;
}
.BgClassName
{
background-color: #054E5E;
}
</style>
border-color css
<style>
span { border-color: #054E5E; }
span { border-color: rgb(5,78,94); }
td.TdClassName
{
border-color: #054E5E;
}
.TagClassName
{
border-color: #054E5E;
}
</style>