Shades of Sherpa Blue #055054
Tints of Sherpa Blue #055054
RGB
CMYK
RGB Variations
Color information
#055054 (or 0x055054) is known color: Sherpa Blue. HEX triplet: 05, 50 and 54. RGB value is (5,80,84). Sum of RGB (Red+Green+Blue) = 5+80+84=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #055054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055054 is #FAAFAB. Grayscale: #393939. Windows color (decimal): -16428972 or 5525509. OLE color: 5525509.
HSL color Cylindrical-coordinate representation of color #055054: hue angle of 183.04º 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 #055054 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 80 | 84 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.67 |
| HSL | 183.04º | 0.89% | 0.17% | - |
| HSV(B) | 183.04º | 0.94% | 0.33% | - |
| XYZ | 4.53 | 6.41 | 9.39 | - |
| YUV | 58.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 84 | 0.94 | 0.05 | 0 | 0.67 | 183.04 | 0.89 | 0.17 |
| Hex | 5 | 50 | 54 | 5E | 5 | 0 | 43 | B7 | 59 | 11 |
| Octal | 5 | 120 | 124 | 136 | 5 | 0 | 103 | 267 | 131 | 21 |
| Binary | 101 | 1010000 | 1010100 | 1011110 | 101 | 0 | 1000011 | 10110111 | 1011001 | 10001 |
Color Harmonies of #055054
Complementary color
Monochromatic Colors of #055054
Black with #055054
Text Example
Text Example
White with #055054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055054; }
p { color: rgb(5,80,84); }
H1.HeaderClassName
{
color: #055054;
}
.AnyTagClassName
{
color: #055054;
}
</style>
background-color css
<style>
a { background-color: #055054; }
a { background-color: rgb(5,80,84); }
div.DivClassName
{
background-color: #055054;
}
.BgClassName
{
background-color: #055054;
}
</style>
border-color css
<style>
span { border-color: #055054; }
span { border-color: rgb(5,80,84); }
td.TdClassName
{
border-color: #055054;
}
.TagClassName
{
border-color: #055054;
}
</style>