Shades of Sherpa Blue #054D52
Tints of Sherpa Blue #054D52
RGB
CMYK
RGB Variations
Color information
#054D52 (or 0x054D52) is known color: Sherpa Blue. HEX triplet: 05, 4D and 52. RGB value is (5,77,82). Sum of RGB (Red+Green+Blue) = 5+77+82=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #054D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D52 is #FAB2AD. Grayscale: #373737. Windows color (decimal): -16429742 or 5393669. OLE color: 5393669.
HSL color Cylindrical-coordinate representation of color #054D52: hue angle of 183.9º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D52 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 77 | 82 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.68 |
| HSL | 183.9º | 0.89% | 0.17% | - |
| HSV(B) | 183.9º | 0.94% | 0.32% | - |
| XYZ | 4.24 | 5.95 | 8.91 | - |
| YUV | 56.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 82 | 0.94 | 0.06 | 0 | 0.68 | 183.9 | 0.89 | 0.17 |
| Hex | 5 | 4D | 52 | 5E | 6 | 0 | 44 | B8 | 59 | 11 |
| Octal | 5 | 115 | 122 | 136 | 6 | 0 | 104 | 270 | 131 | 21 |
| Binary | 101 | 1001101 | 1010010 | 1011110 | 110 | 0 | 1000100 | 10111000 | 1011001 | 10001 |
Color Harmonies of #054D52
Complementary color
Monochromatic Colors of #054D52
Black with #054D52
Text Example
Text Example
White with #054D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D52; }
p { color: rgb(5,77,82); }
H1.HeaderClassName
{
color: #054D52;
}
.AnyTagClassName
{
color: #054D52;
}
</style>
background-color css
<style>
a { background-color: #054D52; }
a { background-color: rgb(5,77,82); }
div.DivClassName
{
background-color: #054D52;
}
.BgClassName
{
background-color: #054D52;
}
</style>
border-color css
<style>
span { border-color: #054D52; }
span { border-color: rgb(5,77,82); }
td.TdClassName
{
border-color: #054D52;
}
.TagClassName
{
border-color: #054D52;
}
</style>