Shades of Sherpa Blue #054757
Tints of Sherpa Blue #054757
RGB
CMYK
RGB Variations
Color information
#054757 (or 0x054757) is known color: Sherpa Blue. HEX triplet: 05, 47 and 57. RGB value is (5,71,87). Sum of RGB (Red+Green+Blue) = 5+71+87=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #054757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054757 is #FAB8A8. Grayscale: #343434. Windows color (decimal): -16431273 or 5719813. OLE color: 5719813.
HSL color Cylindrical-coordinate representation of color #054757: hue angle of 191.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054757 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 71 | 87 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.66 |
| HSL | 191.71º | 0.89% | 0.18% | - |
| HSV(B) | 191.71º | 0.94% | 0.34% | - |
| XYZ | 4.04 | 5.23 | 9.81 | - |
| YUV | 53.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 87 | 0.94 | 0.18 | 0 | 0.66 | 191.71 | 0.89 | 0.18 |
| Hex | 5 | 47 | 57 | 5E | 12 | 0 | 42 | C0 | 59 | 12 |
| Octal | 5 | 107 | 127 | 136 | 22 | 0 | 102 | 300 | 131 | 22 |
| Binary | 101 | 1000111 | 1010111 | 1011110 | 10010 | 0 | 1000010 | 11000000 | 1011001 | 10010 |
Color Harmonies of #054757
Complementary color
Monochromatic Colors of #054757
Black with #054757
Text Example
Text Example
White with #054757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054757; }
p { color: rgb(5,71,87); }
H1.HeaderClassName
{
color: #054757;
}
.AnyTagClassName
{
color: #054757;
}
</style>
background-color css
<style>
a { background-color: #054757; }
a { background-color: rgb(5,71,87); }
div.DivClassName
{
background-color: #054757;
}
.BgClassName
{
background-color: #054757;
}
</style>
border-color css
<style>
span { border-color: #054757; }
span { border-color: rgb(5,71,87); }
td.TdClassName
{
border-color: #054757;
}
.TagClassName
{
border-color: #054757;
}
</style>