Shades of Sherpa Blue #055150
Tints of Sherpa Blue #055150
RGB
CMYK
RGB Variations
Color information
#055150 (or 0x055150) is known color: Sherpa Blue. HEX triplet: 05, 51 and 50. RGB value is (5,81,80). Sum of RGB (Red+Green+Blue) = 5+81+80=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #055150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055150 is #FAAEAF. Grayscale: #3A3A3A. Windows color (decimal): -16428720 or 5263621. OLE color: 5263621.
HSL color Cylindrical-coordinate representation of color #055150: hue angle of 179.21º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055150 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 80 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.68 |
| HSL | 179.21º | 0.88% | 0.17% | - |
| HSV(B) | 179.21º | 0.94% | 0.32% | - |
| XYZ | 4.45 | 6.5 | 8.61 | - |
| YUV | 58.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 80 | 0.94 | 0 | 0.01 | 0.68 | 179.21 | 0.88 | 0.17 |
| Hex | 5 | 51 | 50 | 5E | 0 | 1 | 44 | B3 | 58 | 11 |
| Octal | 5 | 121 | 120 | 136 | 0 | 1 | 104 | 263 | 130 | 21 |
| Binary | 101 | 1010001 | 1010000 | 1011110 | 0 | 1 | 1000100 | 10110011 | 1011000 | 10001 |
Color Harmonies of #055150
Complementary color
Monochromatic Colors of #055150
Black with #055150
Text Example
Text Example
White with #055150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055150; }
p { color: rgb(5,81,80); }
H1.HeaderClassName
{
color: #055150;
}
.AnyTagClassName
{
color: #055150;
}
</style>
background-color css
<style>
a { background-color: #055150; }
a { background-color: rgb(5,81,80); }
div.DivClassName
{
background-color: #055150;
}
.BgClassName
{
background-color: #055150;
}
</style>
border-color css
<style>
span { border-color: #055150; }
span { border-color: rgb(5,81,80); }
td.TdClassName
{
border-color: #055150;
}
.TagClassName
{
border-color: #055150;
}
</style>