Shades of Sherpa Blue #054D4C
Tints of Sherpa Blue #054D4C
RGB
CMYK
RGB Variations
Color information
#054D4C (or 0x054D4C) is known color: Sherpa Blue. HEX triplet: 05, 4D and 4C. RGB value is (5,77,76). Sum of RGB (Red+Green+Blue) = 5+77+76=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #054D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054D4C is #FAB2B3. Grayscale: #373737. Windows color (decimal): -16429748 or 5000453. OLE color: 5000453.
HSL color Cylindrical-coordinate representation of color #054D4C: hue angle of 179.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D4C is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 77 | 76 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.70 |
| HSL | 179.17º | 0.88% | 0.16% | - |
| HSV(B) | 179.17º | 0.94% | 0.3% | - |
| XYZ | 4.02 | 5.86 | 7.76 | - |
| YUV | 55.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 76 | 0.94 | 0 | 0.01 | 0.70 | 179.17 | 0.88 | 0.16 |
| Hex | 5 | 4D | 4C | 5E | 0 | 1 | 46 | B3 | 58 | 10 |
| Octal | 5 | 115 | 114 | 136 | 0 | 1 | 106 | 263 | 130 | 20 |
| Binary | 101 | 1001101 | 1001100 | 1011110 | 0 | 1 | 1000110 | 10110011 | 1011000 | 10000 |
Color Harmonies of #054D4C
Complementary color
Monochromatic Colors of #054D4C
Black with #054D4C
Text Example
Text Example
White with #054D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D4C; }
p { color: rgb(5,77,76); }
H1.HeaderClassName
{
color: #054D4C;
}
.AnyTagClassName
{
color: #054D4C;
}
</style>
background-color css
<style>
a { background-color: #054D4C; }
a { background-color: rgb(5,77,76); }
div.DivClassName
{
background-color: #054D4C;
}
.BgClassName
{
background-color: #054D4C;
}
</style>
border-color css
<style>
span { border-color: #054D4C; }
span { border-color: rgb(5,77,76); }
td.TdClassName
{
border-color: #054D4C;
}
.TagClassName
{
border-color: #054D4C;
}
</style>