Shades of Sherpa Blue #004D58
Tints of Sherpa Blue #004D58
RGB
CMYK
RGB Variations
Color information
#004D58 (or 0x004D58) is known color: Sherpa Blue. HEX triplet: 00, 4D and 58. RGB value is (0,77,88). Sum of RGB (Red+Green+Blue) = 0+77+88=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #004D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D58 is #FFB2A7. Grayscale: #373737. Windows color (decimal): -16757416 or 5786880. OLE color: 5786880.
HSL color Cylindrical-coordinate representation of color #004D58: hue angle of 187.5º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D58 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 77 | 88 | - |
| CMYK | 1 | 0.12 | 0 | 0.65 |
| HSL | 187.5º | 1% | 0.17% | - |
| HSV(B) | 187.5º | 1% | 0.35% | - |
| XYZ | 4.42 | 6.01 | 10.16 | - |
| YUV | 55.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 88 | 1 | 0.12 | 0 | 0.65 | 187.5 | 1 | 0.17 |
| Hex | 0 | 4D | 58 | 64 | C | 0 | 41 | BC | 64 | 11 |
| Octal | 0 | 115 | 130 | 144 | 14 | 0 | 101 | 274 | 144 | 21 |
| Binary | 0 | 1001101 | 1011000 | 1100100 | 1100 | 0 | 1000001 | 10111100 | 1100100 | 10001 |
Color Harmonies of #004D58
Complementary color
Monochromatic Colors of #004D58
Black with #004D58
Text Example
Text Example
White with #004D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D58; }
p { color: rgb(0,77,88); }
H1.HeaderClassName
{
color: #004D58;
}
.AnyTagClassName
{
color: #004D58;
}
</style>
background-color css
<style>
a { background-color: #004D58; }
a { background-color: rgb(0,77,88); }
div.DivClassName
{
background-color: #004D58;
}
.BgClassName
{
background-color: #004D58;
}
</style>
border-color css
<style>
span { border-color: #004D58; }
span { border-color: rgb(0,77,88); }
td.TdClassName
{
border-color: #004D58;
}
.TagClassName
{
border-color: #004D58;
}
</style>