Shades of Sherpa Blue #054D5A
Tints of Sherpa Blue #054D5A
RGB
CMYK
RGB Variations
Color information
#054D5A (or 0x054D5A) is known color: Sherpa Blue. HEX triplet: 05, 4D and 5A. RGB value is (5,77,90). Sum of RGB (Red+Green+Blue) = 5+77+90=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #054D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D5A is #FAB2A5. Grayscale: #383838. Windows color (decimal): -16429734 or 5917957. OLE color: 5917957.
HSL color Cylindrical-coordinate representation of color #054D5A: hue angle of 189.18º 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 #054D5A is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 77 | 90 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.65 |
| HSL | 189.18º | 0.89% | 0.19% | - |
| HSV(B) | 189.18º | 0.94% | 0.35% | - |
| XYZ | 4.56 | 6.08 | 10.61 | - |
| YUV | 56.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 90 | 0.94 | 0.14 | 0 | 0.65 | 189.18 | 0.89 | 0.19 |
| Hex | 5 | 4D | 5A | 5E | E | 0 | 41 | BD | 59 | 13 |
| Octal | 5 | 115 | 132 | 136 | 16 | 0 | 101 | 275 | 131 | 23 |
| Binary | 101 | 1001101 | 1011010 | 1011110 | 1110 | 0 | 1000001 | 10111101 | 1011001 | 10011 |
Color Harmonies of #054D5A
Complementary color
Monochromatic Colors of #054D5A
Black with #054D5A
Text Example
Text Example
White with #054D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D5A; }
p { color: rgb(5,77,90); }
H1.HeaderClassName
{
color: #054D5A;
}
.AnyTagClassName
{
color: #054D5A;
}
</style>
background-color css
<style>
a { background-color: #054D5A; }
a { background-color: rgb(5,77,90); }
div.DivClassName
{
background-color: #054D5A;
}
.BgClassName
{
background-color: #054D5A;
}
</style>
border-color css
<style>
span { border-color: #054D5A; }
span { border-color: rgb(5,77,90); }
td.TdClassName
{
border-color: #054D5A;
}
.TagClassName
{
border-color: #054D5A;
}
</style>