Shades of Sherpa Blue #054C59
Tints of Sherpa Blue #054C59
RGB
CMYK
RGB Variations
Color information
#054C59 (or 0x054C59) is known color: Sherpa Blue. HEX triplet: 05, 4C and 59. RGB value is (5,76,89). Sum of RGB (Red+Green+Blue) = 5+76+89=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #054C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C59 is #FAB3A6. Grayscale: #383838. Windows color (decimal): -16429991 or 5852165. OLE color: 5852165.
HSL color Cylindrical-coordinate representation of color #054C59: hue angle of 189.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054C59 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 76 | 89 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.65 |
| HSL | 189.29º | 0.89% | 0.18% | - |
| HSV(B) | 189.29º | 0.94% | 0.35% | - |
| XYZ | 4.45 | 5.92 | 10.36 | - |
| YUV | 56.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 89 | 0.94 | 0.15 | 0 | 0.65 | 189.29 | 0.89 | 0.18 |
| Hex | 5 | 4C | 59 | 5E | F | 0 | 41 | BD | 59 | 12 |
| Octal | 5 | 114 | 131 | 136 | 17 | 0 | 101 | 275 | 131 | 22 |
| Binary | 101 | 1001100 | 1011001 | 1011110 | 1111 | 0 | 1000001 | 10111101 | 1011001 | 10010 |
Color Harmonies of #054C59
Complementary color
Monochromatic Colors of #054C59
Black with #054C59
Text Example
Text Example
White with #054C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C59; }
p { color: rgb(5,76,89); }
H1.HeaderClassName
{
color: #054C59;
}
.AnyTagClassName
{
color: #054C59;
}
</style>
background-color css
<style>
a { background-color: #054C59; }
a { background-color: rgb(5,76,89); }
div.DivClassName
{
background-color: #054C59;
}
.BgClassName
{
background-color: #054C59;
}
</style>
border-color css
<style>
span { border-color: #054C59; }
span { border-color: rgb(5,76,89); }
td.TdClassName
{
border-color: #054C59;
}
.TagClassName
{
border-color: #054C59;
}
</style>