Shades of Sherpa Blue #055155
Tints of Sherpa Blue #055155
RGB
CMYK
RGB Variations
Color information
#055155 (or 0x055155) is known color: Sherpa Blue. HEX triplet: 05, 51 and 55. RGB value is (5,81,85). Sum of RGB (Red+Green+Blue) = 5+81+85=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #055155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055155 is #FAAEAA. Grayscale: #3A3A3A. Windows color (decimal): -16428715 or 5591301. OLE color: 5591301.
HSL color Cylindrical-coordinate representation of color #055155: hue angle of 183º 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 #055155 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 81 | 85 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.67 |
| HSL | 183º | 0.89% | 0.18% | - |
| HSV(B) | 183º | 0.94% | 0.33% | - |
| XYZ | 4.64 | 6.57 | 9.62 | - |
| YUV | 58.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 85 | 0.94 | 0.05 | 0 | 0.67 | 183 | 0.89 | 0.18 |
| Hex | 5 | 51 | 55 | 5E | 5 | 0 | 43 | B7 | 59 | 12 |
| Octal | 5 | 121 | 125 | 136 | 5 | 0 | 103 | 267 | 131 | 22 |
| Binary | 101 | 1010001 | 1010101 | 1011110 | 101 | 0 | 1000011 | 10110111 | 1011001 | 10010 |
Color Harmonies of #055155
Complementary color
Monochromatic Colors of #055155
Black with #055155
Text Example
Text Example
White with #055155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055155; }
p { color: rgb(5,81,85); }
H1.HeaderClassName
{
color: #055155;
}
.AnyTagClassName
{
color: #055155;
}
</style>
background-color css
<style>
a { background-color: #055155; }
a { background-color: rgb(5,81,85); }
div.DivClassName
{
background-color: #055155;
}
.BgClassName
{
background-color: #055155;
}
</style>
border-color css
<style>
span { border-color: #055155; }
span { border-color: rgb(5,81,85); }
td.TdClassName
{
border-color: #055155;
}
.TagClassName
{
border-color: #055155;
}
</style>