Shades of Sherpa Blue #054F5B
Tints of Sherpa Blue #054F5B
RGB
CMYK
RGB Variations
Color information
#054F5B (or 0x054F5B) is known color: Sherpa Blue. HEX triplet: 05, 4F and 5B. RGB value is (5,79,91). Sum of RGB (Red+Green+Blue) = 5+79+91=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #054F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F5B is #FAB0A4. Grayscale: #3A3A3A. Windows color (decimal): -16429221 or 5984005. OLE color: 5984005.
HSL color Cylindrical-coordinate representation of color #054F5B: hue angle of 188.37º 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 #054F5B is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 79 | 91 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.64 |
| HSL | 188.37º | 0.9% | 0.19% | - |
| HSV(B) | 188.37º | 0.95% | 0.36% | - |
| XYZ | 4.75 | 6.38 | 10.88 | - |
| YUV | 58.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 91 | 0.95 | 0.13 | 0 | 0.64 | 188.37 | 0.9 | 0.19 |
| Hex | 5 | 4F | 5B | 5F | D | 0 | 40 | BC | 5A | 13 |
| Octal | 5 | 117 | 133 | 137 | 15 | 0 | 100 | 274 | 132 | 23 |
| Binary | 101 | 1001111 | 1011011 | 1011111 | 1101 | 0 | 1000000 | 10111100 | 1011010 | 10011 |
Color Harmonies of #054F5B
Complementary color
Monochromatic Colors of #054F5B
Black with #054F5B
Text Example
Text Example
White with #054F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F5B; }
p { color: rgb(5,79,91); }
H1.HeaderClassName
{
color: #054F5B;
}
.AnyTagClassName
{
color: #054F5B;
}
</style>
background-color css
<style>
a { background-color: #054F5B; }
a { background-color: rgb(5,79,91); }
div.DivClassName
{
background-color: #054F5B;
}
.BgClassName
{
background-color: #054F5B;
}
</style>
border-color css
<style>
span { border-color: #054F5B; }
span { border-color: rgb(5,79,91); }
td.TdClassName
{
border-color: #054F5B;
}
.TagClassName
{
border-color: #054F5B;
}
</style>