Shades of Sherpa Blue #054C50
Tints of Sherpa Blue #054C50
RGB
CMYK
RGB Variations
Color information
#054C50 (or 0x054C50) is known color: Sherpa Blue. HEX triplet: 05, 4C and 50. RGB value is (5,76,80). Sum of RGB (Red+Green+Blue) = 5+76+80=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #054C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C50 is #FAB3AF. Grayscale: #373737. Windows color (decimal): -16430000 or 5262341. OLE color: 5262341.
HSL color Cylindrical-coordinate representation of color #054C50: hue angle of 183.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054C50 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 76 | 80 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.69 |
| HSL | 183.2º | 0.88% | 0.17% | - |
| HSV(B) | 183.2º | 0.94% | 0.31% | - |
| XYZ | 4.09 | 5.78 | 8.49 | - |
| YUV | 55.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 80 | 0.94 | 0.05 | 0 | 0.69 | 183.2 | 0.88 | 0.17 |
| Hex | 5 | 4C | 50 | 5E | 5 | 0 | 45 | B7 | 58 | 11 |
| Octal | 5 | 114 | 120 | 136 | 5 | 0 | 105 | 267 | 130 | 21 |
| Binary | 101 | 1001100 | 1010000 | 1011110 | 101 | 0 | 1000101 | 10110111 | 1011000 | 10001 |
Color Harmonies of #054C50
Complementary color
Monochromatic Colors of #054C50
Black with #054C50
Text Example
Text Example
White with #054C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C50; }
p { color: rgb(5,76,80); }
H1.HeaderClassName
{
color: #054C50;
}
.AnyTagClassName
{
color: #054C50;
}
</style>
background-color css
<style>
a { background-color: #054C50; }
a { background-color: rgb(5,76,80); }
div.DivClassName
{
background-color: #054C50;
}
.BgClassName
{
background-color: #054C50;
}
</style>
border-color css
<style>
span { border-color: #054C50; }
span { border-color: rgb(5,76,80); }
td.TdClassName
{
border-color: #054C50;
}
.TagClassName
{
border-color: #054C50;
}
</style>