Shades of Sherpa Blue #05494C
Tints of Sherpa Blue #05494C
RGB
CMYK
RGB Variations
Color information
#05494C (or 0x05494C) is known color: Sherpa Blue. HEX triplet: 05, 49 and 4C. RGB value is (5,73,76). Sum of RGB (Red+Green+Blue) = 5+73+76=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #05494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05494C is #FAB6B3. Grayscale: #343434. Windows color (decimal): -16430772 or 4999429. OLE color: 4999429.
HSL color Cylindrical-coordinate representation of color #05494C: hue angle of 182.54º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05494C is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 73 | 76 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.70 |
| HSL | 182.54º | 0.88% | 0.16% | - |
| HSV(B) | 182.54º | 0.93% | 0.3% | - |
| XYZ | 3.75 | 5.32 | 7.67 | - |
| YUV | 53.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 76 | 0.93 | 0.04 | 0 | 0.70 | 182.54 | 0.88 | 0.16 |
| Hex | 5 | 49 | 4C | 5D | 4 | 0 | 46 | B7 | 58 | 10 |
| Octal | 5 | 111 | 114 | 135 | 4 | 0 | 106 | 267 | 130 | 20 |
| Binary | 101 | 1001001 | 1001100 | 1011101 | 100 | 0 | 1000110 | 10110111 | 1011000 | 10000 |
Color Harmonies of #05494C
Complementary color
Monochromatic Colors of #05494C
Black with #05494C
Text Example
Text Example
White with #05494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05494C; }
p { color: rgb(5,73,76); }
H1.HeaderClassName
{
color: #05494C;
}
.AnyTagClassName
{
color: #05494C;
}
</style>
background-color css
<style>
a { background-color: #05494C; }
a { background-color: rgb(5,73,76); }
div.DivClassName
{
background-color: #05494C;
}
.BgClassName
{
background-color: #05494C;
}
</style>
border-color css
<style>
span { border-color: #05494C; }
span { border-color: rgb(5,73,76); }
td.TdClassName
{
border-color: #05494C;
}
.TagClassName
{
border-color: #05494C;
}
</style>