Shades of Sherpa Blue #054C60
Tints of Sherpa Blue #054C60
RGB
CMYK
RGB Variations
Color information
#054C60 (or 0x054C60) is known color: Sherpa Blue. HEX triplet: 05, 4C and 60. RGB value is (5,76,96). Sum of RGB (Red+Green+Blue) = 5+76+96=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #054C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C60 is #FAB39F. Grayscale: #383838. Windows color (decimal): -16429984 or 6310917. OLE color: 6310917.
HSL color Cylindrical-coordinate representation of color #054C60: hue angle of 193.19º 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 #054C60 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 76 | 96 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.62 |
| HSL | 193.19º | 0.9% | 0.2% | - |
| HSV(B) | 193.19º | 0.95% | 0.38% | - |
| XYZ | 4.76 | 6.05 | 11.98 | - |
| YUV | 57.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 96 | 0.95 | 0.21 | 0 | 0.62 | 193.19 | 0.9 | 0.2 |
| Hex | 5 | 4C | 60 | 5F | 15 | 0 | 3E | C1 | 5A | 14 |
| Octal | 5 | 114 | 140 | 137 | 25 | 0 | 76 | 301 | 132 | 24 |
| Binary | 101 | 1001100 | 1100000 | 1011111 | 10101 | 0 | 111110 | 11000001 | 1011010 | 10100 |
Color Harmonies of #054C60
Complementary color
Monochromatic Colors of #054C60
Black with #054C60
Text Example
Text Example
White with #054C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C60; }
p { color: rgb(5,76,96); }
H1.HeaderClassName
{
color: #054C60;
}
.AnyTagClassName
{
color: #054C60;
}
</style>
background-color css
<style>
a { background-color: #054C60; }
a { background-color: rgb(5,76,96); }
div.DivClassName
{
background-color: #054C60;
}
.BgClassName
{
background-color: #054C60;
}
</style>
border-color css
<style>
span { border-color: #054C60; }
span { border-color: rgb(5,76,96); }
td.TdClassName
{
border-color: #054C60;
}
.TagClassName
{
border-color: #054C60;
}
</style>