Shades of Sherpa Blue #05484E
Tints of Sherpa Blue #05484E
RGB
CMYK
RGB Variations
Color information
#05484E (or 0x05484E) is known color: Sherpa Blue. HEX triplet: 05, 48 and 4E. RGB value is (5,72,78). Sum of RGB (Red+Green+Blue) = 5+72+78=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #05484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05484E is #FAB7B1. Grayscale: #343434. Windows color (decimal): -16431026 or 5130245. OLE color: 5130245.
HSL color Cylindrical-coordinate representation of color #05484E: hue angle of 184.93º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05484E is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 72 | 78 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.69 |
| HSL | 184.93º | 0.88% | 0.16% | - |
| HSV(B) | 184.93º | 0.94% | 0.31% | - |
| XYZ | 3.76 | 5.22 | 8.02 | - |
| YUV | 52.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 78 | 0.94 | 0.08 | 0 | 0.69 | 184.93 | 0.88 | 0.16 |
| Hex | 5 | 48 | 4E | 5E | 8 | 0 | 45 | B9 | 58 | 10 |
| Octal | 5 | 110 | 116 | 136 | 10 | 0 | 105 | 271 | 130 | 20 |
| Binary | 101 | 1001000 | 1001110 | 1011110 | 1000 | 0 | 1000101 | 10111001 | 1011000 | 10000 |
Color Harmonies of #05484E
Complementary color
Monochromatic Colors of #05484E
Black with #05484E
Text Example
Text Example
White with #05484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05484E; }
p { color: rgb(5,72,78); }
H1.HeaderClassName
{
color: #05484E;
}
.AnyTagClassName
{
color: #05484E;
}
</style>
background-color css
<style>
a { background-color: #05484E; }
a { background-color: rgb(5,72,78); }
div.DivClassName
{
background-color: #05484E;
}
.BgClassName
{
background-color: #05484E;
}
</style>
border-color css
<style>
span { border-color: #05484E; }
span { border-color: rgb(5,72,78); }
td.TdClassName
{
border-color: #05484E;
}
.TagClassName
{
border-color: #05484E;
}
</style>