Shades of Sherpa Blue #054955
Tints of Sherpa Blue #054955
RGB
CMYK
RGB Variations
Color information
#054955 (or 0x054955) is known color: Sherpa Blue. HEX triplet: 05, 49 and 55. RGB value is (5,73,85). Sum of RGB (Red+Green+Blue) = 5+73+85=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #054955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054955 is #FAB6AA. Grayscale: #353535. Windows color (decimal): -16430763 or 5589253. OLE color: 5589253.
HSL color Cylindrical-coordinate representation of color #054955: hue angle of 189º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054955 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 73 | 85 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.67 |
| HSL | 189º | 0.89% | 0.18% | - |
| HSV(B) | 189º | 0.94% | 0.33% | - |
| XYZ | 4.08 | 5.45 | 9.43 | - |
| YUV | 54.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 85 | 0.94 | 0.14 | 0 | 0.67 | 189 | 0.89 | 0.18 |
| Hex | 5 | 49 | 55 | 5E | E | 0 | 43 | BD | 59 | 12 |
| Octal | 5 | 111 | 125 | 136 | 16 | 0 | 103 | 275 | 131 | 22 |
| Binary | 101 | 1001001 | 1010101 | 1011110 | 1110 | 0 | 1000011 | 10111101 | 1011001 | 10010 |
Color Harmonies of #054955
Complementary color
Monochromatic Colors of #054955
Black with #054955
Text Example
Text Example
White with #054955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054955; }
p { color: rgb(5,73,85); }
H1.HeaderClassName
{
color: #054955;
}
.AnyTagClassName
{
color: #054955;
}
</style>
background-color css
<style>
a { background-color: #054955; }
a { background-color: rgb(5,73,85); }
div.DivClassName
{
background-color: #054955;
}
.BgClassName
{
background-color: #054955;
}
</style>
border-color css
<style>
span { border-color: #054955; }
span { border-color: rgb(5,73,85); }
td.TdClassName
{
border-color: #054955;
}
.TagClassName
{
border-color: #054955;
}
</style>