Shades of Sherpa Blue #054D5B
Tints of Sherpa Blue #054D5B
RGB
CMYK
RGB Variations
Color information
#054D5B (or 0x054D5B) is known color: Sherpa Blue. HEX triplet: 05, 4D and 5B. RGB value is (5,77,91). Sum of RGB (Red+Green+Blue) = 5+77+91=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #054D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D5B is #FAB2A4. Grayscale: #383838. Windows color (decimal): -16429733 or 5983493. OLE color: 5983493.
HSL color Cylindrical-coordinate representation of color #054D5B: hue angle of 189.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D5B is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 77 | 91 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.64 |
| HSL | 189.77º | 0.9% | 0.19% | - |
| HSV(B) | 189.77º | 0.95% | 0.36% | - |
| XYZ | 4.6 | 6.1 | 10.83 | - |
| YUV | 57.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 91 | 0.95 | 0.15 | 0 | 0.64 | 189.77 | 0.9 | 0.19 |
| Hex | 5 | 4D | 5B | 5F | F | 0 | 40 | BE | 5A | 13 |
| Octal | 5 | 115 | 133 | 137 | 17 | 0 | 100 | 276 | 132 | 23 |
| Binary | 101 | 1001101 | 1011011 | 1011111 | 1111 | 0 | 1000000 | 10111110 | 1011010 | 10011 |
Color Harmonies of #054D5B
Complementary color
Monochromatic Colors of #054D5B
Black with #054D5B
Text Example
Text Example
White with #054D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D5B; }
p { color: rgb(5,77,91); }
H1.HeaderClassName
{
color: #054D5B;
}
.AnyTagClassName
{
color: #054D5B;
}
</style>
background-color css
<style>
a { background-color: #054D5B; }
a { background-color: rgb(5,77,91); }
div.DivClassName
{
background-color: #054D5B;
}
.BgClassName
{
background-color: #054D5B;
}
</style>
border-color css
<style>
span { border-color: #054D5B; }
span { border-color: rgb(5,77,91); }
td.TdClassName
{
border-color: #054D5B;
}
.TagClassName
{
border-color: #054D5B;
}
</style>