Shades of Sherpa Blue #054F54
Tints of Sherpa Blue #054F54
RGB
CMYK
RGB Variations
Color information
#054F54 (or 0x054F54) is known color: Sherpa Blue. HEX triplet: 05, 4F and 54. RGB value is (5,79,84). Sum of RGB (Red+Green+Blue) = 5+79+84=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #054F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F54 is #FAB0AB. Grayscale: #393939. Windows color (decimal): -16429228 or 5525253. OLE color: 5525253.
HSL color Cylindrical-coordinate representation of color #054F54: hue angle of 183.8º 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 #054F54 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 79 | 84 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.67 |
| HSL | 183.8º | 0.89% | 0.17% | - |
| HSV(B) | 183.8º | 0.94% | 0.33% | - |
| XYZ | 4.46 | 6.26 | 9.36 | - |
| YUV | 57.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 84 | 0.94 | 0.06 | 0 | 0.67 | 183.8 | 0.89 | 0.17 |
| Hex | 5 | 4F | 54 | 5E | 6 | 0 | 43 | B8 | 59 | 11 |
| Octal | 5 | 117 | 124 | 136 | 6 | 0 | 103 | 270 | 131 | 21 |
| Binary | 101 | 1001111 | 1010100 | 1011110 | 110 | 0 | 1000011 | 10111000 | 1011001 | 10001 |
Color Harmonies of #054F54
Complementary color
Monochromatic Colors of #054F54
Black with #054F54
Text Example
Text Example
White with #054F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F54; }
p { color: rgb(5,79,84); }
H1.HeaderClassName
{
color: #054F54;
}
.AnyTagClassName
{
color: #054F54;
}
</style>
background-color css
<style>
a { background-color: #054F54; }
a { background-color: rgb(5,79,84); }
div.DivClassName
{
background-color: #054F54;
}
.BgClassName
{
background-color: #054F54;
}
</style>
border-color css
<style>
span { border-color: #054F54; }
span { border-color: rgb(5,79,84); }
td.TdClassName
{
border-color: #054F54;
}
.TagClassName
{
border-color: #054F54;
}
</style>