Shades of Sherpa Blue #054B57
Tints of Sherpa Blue #054B57
RGB
CMYK
RGB Variations
Color information
#054B57 (or 0x054B57) is known color: Sherpa Blue. HEX triplet: 05, 4B and 57. RGB value is (5,75,87). Sum of RGB (Red+Green+Blue) = 5+75+87=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #054B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B57 is #FAB4A8. Grayscale: #373737. Windows color (decimal): -16430249 or 5720837. OLE color: 5720837.
HSL color Cylindrical-coordinate representation of color #054B57: hue angle of 188.78º 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 #054B57 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 75 | 87 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.66 |
| HSL | 188.78º | 0.89% | 0.18% | - |
| HSV(B) | 188.78º | 0.94% | 0.34% | - |
| XYZ | 4.3 | 5.75 | 9.9 | - |
| YUV | 55.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 87 | 0.94 | 0.14 | 0 | 0.66 | 188.78 | 0.89 | 0.18 |
| Hex | 5 | 4B | 57 | 5E | E | 0 | 42 | BD | 59 | 12 |
| Octal | 5 | 113 | 127 | 136 | 16 | 0 | 102 | 275 | 131 | 22 |
| Binary | 101 | 1001011 | 1010111 | 1011110 | 1110 | 0 | 1000010 | 10111101 | 1011001 | 10010 |
Color Harmonies of #054B57
Complementary color
Monochromatic Colors of #054B57
Black with #054B57
Text Example
Text Example
White with #054B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B57; }
p { color: rgb(5,75,87); }
H1.HeaderClassName
{
color: #054B57;
}
.AnyTagClassName
{
color: #054B57;
}
</style>
background-color css
<style>
a { background-color: #054B57; }
a { background-color: rgb(5,75,87); }
div.DivClassName
{
background-color: #054B57;
}
.BgClassName
{
background-color: #054B57;
}
</style>
border-color css
<style>
span { border-color: #054B57; }
span { border-color: rgb(5,75,87); }
td.TdClassName
{
border-color: #054B57;
}
.TagClassName
{
border-color: #054B57;
}
</style>