Shades of Sherpa Blue #055060
Tints of Sherpa Blue #055060
RGB
CMYK
RGB Variations
Color information
#055060 (or 0x055060) is known color: Sherpa Blue. HEX triplet: 05, 50 and 60. RGB value is (5,80,96). Sum of RGB (Red+Green+Blue) = 5+80+96=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #055060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055060 is #FAAF9F. Grayscale: #3B3B3B. Windows color (decimal): -16428960 or 6311941. OLE color: 6311941.
HSL color Cylindrical-coordinate representation of color #055060: hue angle of 190.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055060 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 80 | 96 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.62 |
| HSL | 190.55º | 0.9% | 0.2% | - |
| HSV(B) | 190.55º | 0.95% | 0.38% | - |
| XYZ | 5.04 | 6.61 | 12.08 | - |
| YUV | 59.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 96 | 0.95 | 0.17 | 0 | 0.62 | 190.55 | 0.9 | 0.2 |
| Hex | 5 | 50 | 60 | 5F | 11 | 0 | 3E | BF | 5A | 14 |
| Octal | 5 | 120 | 140 | 137 | 21 | 0 | 76 | 277 | 132 | 24 |
| Binary | 101 | 1010000 | 1100000 | 1011111 | 10001 | 0 | 111110 | 10111111 | 1011010 | 10100 |
Color Harmonies of #055060
Complementary color
Monochromatic Colors of #055060
Black with #055060
Text Example
Text Example
White with #055060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055060; }
p { color: rgb(5,80,96); }
H1.HeaderClassName
{
color: #055060;
}
.AnyTagClassName
{
color: #055060;
}
</style>
background-color css
<style>
a { background-color: #055060; }
a { background-color: rgb(5,80,96); }
div.DivClassName
{
background-color: #055060;
}
.BgClassName
{
background-color: #055060;
}
</style>
border-color css
<style>
span { border-color: #055060; }
span { border-color: rgb(5,80,96); }
td.TdClassName
{
border-color: #055060;
}
.TagClassName
{
border-color: #055060;
}
</style>