Shades of Sherpa Blue #054D5F
Tints of Sherpa Blue #054D5F
RGB
CMYK
RGB Variations
Color information
#054D5F (or 0x054D5F) is known color: Sherpa Blue. HEX triplet: 05, 4D and 5F. RGB value is (5,77,95). Sum of RGB (Red+Green+Blue) = 5+77+95=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #054D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D5F is #FAB2A0. Grayscale: #393939. Windows color (decimal): -16429729 or 6245637. OLE color: 6245637.
HSL color Cylindrical-coordinate representation of color #054D5F: hue angle of 192º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D5F is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 77 | 95 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.63 |
| HSL | 192º | 0.9% | 0.2% | - |
| HSV(B) | 192º | 0.95% | 0.37% | - |
| XYZ | 4.78 | 6.17 | 11.76 | - |
| YUV | 57.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 95 | 0.95 | 0.19 | 0 | 0.63 | 192 | 0.9 | 0.2 |
| Hex | 5 | 4D | 5F | 5F | 13 | 0 | 3F | C0 | 5A | 14 |
| Octal | 5 | 115 | 137 | 137 | 23 | 0 | 77 | 300 | 132 | 24 |
| Binary | 101 | 1001101 | 1011111 | 1011111 | 10011 | 0 | 111111 | 11000000 | 1011010 | 10100 |
Color Harmonies of #054D5F
Complementary color
Monochromatic Colors of #054D5F
Black with #054D5F
Text Example
Text Example
White with #054D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D5F; }
p { color: rgb(5,77,95); }
H1.HeaderClassName
{
color: #054D5F;
}
.AnyTagClassName
{
color: #054D5F;
}
</style>
background-color css
<style>
a { background-color: #054D5F; }
a { background-color: rgb(5,77,95); }
div.DivClassName
{
background-color: #054D5F;
}
.BgClassName
{
background-color: #054D5F;
}
</style>
border-color css
<style>
span { border-color: #054D5F; }
span { border-color: rgb(5,77,95); }
td.TdClassName
{
border-color: #054D5F;
}
.TagClassName
{
border-color: #054D5F;
}
</style>