Shades of Sherpa Blue #054B49
Tints of Sherpa Blue #054B49
RGB
CMYK
RGB Variations
Color information
#054B49 (or 0x054B49) is known color: Sherpa Blue. HEX triplet: 05, 4B and 49. RGB value is (5,75,73). Sum of RGB (Red+Green+Blue) = 5+75+73=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #054B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B49 is #FAB4B6. Grayscale: #353535. Windows color (decimal): -16430263 or 4803333. OLE color: 4803333.
HSL color Cylindrical-coordinate representation of color #054B49: hue angle of 178.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B49 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 73 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.71 |
| HSL | 178.29º | 0.88% | 0.16% | - |
| HSV(B) | 178.29º | 0.93% | 0.29% | - |
| XYZ | 3.78 | 5.55 | 7.17 | - |
| YUV | 53.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 73 | 0.93 | 0 | 0.03 | 0.71 | 178.29 | 0.88 | 0.16 |
| Hex | 5 | 4B | 49 | 5D | 0 | 3 | 47 | B2 | 58 | 10 |
| Octal | 5 | 113 | 111 | 135 | 0 | 3 | 107 | 262 | 130 | 20 |
| Binary | 101 | 1001011 | 1001001 | 1011101 | 0 | 11 | 1000111 | 10110010 | 1011000 | 10000 |
Color Harmonies of #054B49
Complementary color
Monochromatic Colors of #054B49
Black with #054B49
Text Example
Text Example
White with #054B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B49; }
p { color: rgb(5,75,73); }
H1.HeaderClassName
{
color: #054B49;
}
.AnyTagClassName
{
color: #054B49;
}
</style>
background-color css
<style>
a { background-color: #054B49; }
a { background-color: rgb(5,75,73); }
div.DivClassName
{
background-color: #054B49;
}
.BgClassName
{
background-color: #054B49;
}
</style>
border-color css
<style>
span { border-color: #054B49; }
span { border-color: rgb(5,75,73); }
td.TdClassName
{
border-color: #054B49;
}
.TagClassName
{
border-color: #054B49;
}
</style>