Shades of Sherpa Blue #054649
Tints of Sherpa Blue #054649
RGB
CMYK
RGB Variations
Color information
#054649 (or 0x054649) is known color: Sherpa Blue. HEX triplet: 05, 46 and 49. RGB value is (5,70,73). Sum of RGB (Red+Green+Blue) = 5+70+73=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #054649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054649 is #FAB9B6. Grayscale: #323232. Windows color (decimal): -16431543 or 4802053. OLE color: 4802053.
HSL color Cylindrical-coordinate representation of color #054649: hue angle of 182.65º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054649 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 70 | 73 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.71 |
| HSL | 182.65º | 0.87% | 0.15% | - |
| HSV(B) | 182.65º | 0.93% | 0.29% | - |
| XYZ | 3.46 | 4.89 | 7.07 | - |
| YUV | 50.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 73 | 0.93 | 0.04 | 0 | 0.71 | 182.65 | 0.87 | 0.15 |
| Hex | 5 | 46 | 49 | 5D | 4 | 0 | 47 | B7 | 57 | F |
| Octal | 5 | 106 | 111 | 135 | 4 | 0 | 107 | 267 | 127 | 17 |
| Binary | 101 | 1000110 | 1001001 | 1011101 | 100 | 0 | 1000111 | 10110111 | 1010111 | 1111 |
Color Harmonies of #054649
Complementary color
Monochromatic Colors of #054649
Black with #054649
Text Example
Text Example
White with #054649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054649; }
p { color: rgb(5,70,73); }
H1.HeaderClassName
{
color: #054649;
}
.AnyTagClassName
{
color: #054649;
}
</style>
background-color css
<style>
a { background-color: #054649; }
a { background-color: rgb(5,70,73); }
div.DivClassName
{
background-color: #054649;
}
.BgClassName
{
background-color: #054649;
}
</style>
border-color css
<style>
span { border-color: #054649; }
span { border-color: rgb(5,70,73); }
td.TdClassName
{
border-color: #054649;
}
.TagClassName
{
border-color: #054649;
}
</style>