Shades of Sherpa Blue #054F55
Tints of Sherpa Blue #054F55
RGB
CMYK
RGB Variations
Color information
#054F55 (or 0x054F55) is known color: Sherpa Blue. HEX triplet: 05, 4F and 55. RGB value is (5,79,85). Sum of RGB (Red+Green+Blue) = 5+79+85=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #054F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F55 is #FAB0AA. Grayscale: #393939. Windows color (decimal): -16429227 or 5590789. OLE color: 5590789.
HSL color Cylindrical-coordinate representation of color #054F55: hue angle of 184.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F55 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 79 | 85 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.67 |
| HSL | 184.5º | 0.89% | 0.18% | - |
| HSV(B) | 184.5º | 0.94% | 0.33% | - |
| XYZ | 4.5 | 6.28 | 9.57 | - |
| YUV | 57.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 85 | 0.94 | 0.07 | 0 | 0.67 | 184.5 | 0.89 | 0.18 |
| Hex | 5 | 4F | 55 | 5E | 7 | 0 | 43 | B8 | 59 | 12 |
| Octal | 5 | 117 | 125 | 136 | 7 | 0 | 103 | 270 | 131 | 22 |
| Binary | 101 | 1001111 | 1010101 | 1011110 | 111 | 0 | 1000011 | 10111000 | 1011001 | 10010 |
Color Harmonies of #054F55
Complementary color
Monochromatic Colors of #054F55
Black with #054F55
Text Example
Text Example
White with #054F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F55; }
p { color: rgb(5,79,85); }
H1.HeaderClassName
{
color: #054F55;
}
.AnyTagClassName
{
color: #054F55;
}
</style>
background-color css
<style>
a { background-color: #054F55; }
a { background-color: rgb(5,79,85); }
div.DivClassName
{
background-color: #054F55;
}
.BgClassName
{
background-color: #054F55;
}
</style>
border-color css
<style>
span { border-color: #054F55; }
span { border-color: rgb(5,79,85); }
td.TdClassName
{
border-color: #054F55;
}
.TagClassName
{
border-color: #054F55;
}
</style>