Shades of Sherpa Blue #054A58
Tints of Sherpa Blue #054A58
RGB
CMYK
RGB Variations
Color information
#054A58 (or 0x054A58) is known color: Sherpa Blue. HEX triplet: 05, 4A and 58. RGB value is (5,74,88). Sum of RGB (Red+Green+Blue) = 5+74+88=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #054A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A58 is #FAB5A7. Grayscale: #363636. Windows color (decimal): -16430504 or 5786117. OLE color: 5786117.
HSL color Cylindrical-coordinate representation of color #054A58: hue angle of 190.12º 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 #054A58 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 74 | 88 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.65 |
| HSL | 190.12º | 0.89% | 0.18% | - |
| HSV(B) | 190.12º | 0.94% | 0.35% | - |
| XYZ | 4.27 | 5.63 | 10.09 | - |
| YUV | 54.97 | 146.64 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 88 | 0.94 | 0.16 | 0 | 0.65 | 190.12 | 0.89 | 0.18 |
| Hex | 5 | 4A | 58 | 5E | 10 | 0 | 41 | BE | 59 | 12 |
| Octal | 5 | 112 | 130 | 136 | 20 | 0 | 101 | 276 | 131 | 22 |
| Binary | 101 | 1001010 | 1011000 | 1011110 | 10000 | 0 | 1000001 | 10111110 | 1011001 | 10010 |
Color Harmonies of #054A58
Complementary color
Monochromatic Colors of #054A58
Black with #054A58
Text Example
Text Example
White with #054A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A58; }
p { color: rgb(5,74,88); }
H1.HeaderClassName
{
color: #054A58;
}
.AnyTagClassName
{
color: #054A58;
}
</style>
background-color css
<style>
a { background-color: #054A58; }
a { background-color: rgb(5,74,88); }
div.DivClassName
{
background-color: #054A58;
}
.BgClassName
{
background-color: #054A58;
}
</style>
border-color css
<style>
span { border-color: #054A58; }
span { border-color: rgb(5,74,88); }
td.TdClassName
{
border-color: #054A58;
}
.TagClassName
{
border-color: #054A58;
}
</style>