Shades of Sherpa Blue #054E53
Tints of Sherpa Blue #054E53
RGB
CMYK
RGB Variations
Color information
#054E53 (or 0x054E53) is known color: Sherpa Blue. HEX triplet: 05, 4E and 53. RGB value is (5,78,83). Sum of RGB (Red+Green+Blue) = 5+78+83=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #054E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E53 is #FAB1AC. Grayscale: #383838. Windows color (decimal): -16429485 or 5459461. OLE color: 5459461.
HSL color Cylindrical-coordinate representation of color #054E53: hue angle of 183.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054E53 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 78 | 83 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.67 |
| HSL | 183.85º | 0.89% | 0.17% | - |
| HSV(B) | 183.85º | 0.94% | 0.33% | - |
| XYZ | 4.35 | 6.11 | 9.13 | - |
| YUV | 56.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 83 | 0.94 | 0.06 | 0 | 0.67 | 183.85 | 0.89 | 0.17 |
| Hex | 5 | 4E | 53 | 5E | 6 | 0 | 43 | B8 | 59 | 11 |
| Octal | 5 | 116 | 123 | 136 | 6 | 0 | 103 | 270 | 131 | 21 |
| Binary | 101 | 1001110 | 1010011 | 1011110 | 110 | 0 | 1000011 | 10111000 | 1011001 | 10001 |
Color Harmonies of #054E53
Complementary color
Monochromatic Colors of #054E53
Black with #054E53
Text Example
Text Example
White with #054E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E53; }
p { color: rgb(5,78,83); }
H1.HeaderClassName
{
color: #054E53;
}
.AnyTagClassName
{
color: #054E53;
}
</style>
background-color css
<style>
a { background-color: #054E53; }
a { background-color: rgb(5,78,83); }
div.DivClassName
{
background-color: #054E53;
}
.BgClassName
{
background-color: #054E53;
}
</style>
border-color css
<style>
span { border-color: #054E53; }
span { border-color: rgb(5,78,83); }
td.TdClassName
{
border-color: #054E53;
}
.TagClassName
{
border-color: #054E53;
}
</style>