Shades of Sherpa Blue #004D55
Tints of Sherpa Blue #004D55
RGB
CMYK
RGB Variations
Color information
#004D55 (or 0x004D55) is known color: Sherpa Blue. HEX triplet: 00, 4D and 55. RGB value is (0,77,85). Sum of RGB (Red+Green+Blue) = 0+77+85=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #004D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D55 is #FFB2AA. Grayscale: #363636. Windows color (decimal): -16757419 or 5590272. OLE color: 5590272.
HSL color Cylindrical-coordinate representation of color #004D55: hue angle of 185.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D55 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 77 | 85 | - |
| CMYK | 1 | 0.09 | 0 | 0.67 |
| HSL | 185.65º | 1% | 0.17% | - |
| HSV(B) | 185.65º | 1% | 0.33% | - |
| XYZ | 4.29 | 5.96 | 9.52 | - |
| YUV | 54.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 85 | 1 | 0.09 | 0 | 0.67 | 185.65 | 1 | 0.17 |
| Hex | 0 | 4D | 55 | 64 | 9 | 0 | 43 | BA | 64 | 11 |
| Octal | 0 | 115 | 125 | 144 | 11 | 0 | 103 | 272 | 144 | 21 |
| Binary | 0 | 1001101 | 1010101 | 1100100 | 1001 | 0 | 1000011 | 10111010 | 1100100 | 10001 |
Color Harmonies of #004D55
Complementary color
Monochromatic Colors of #004D55
Black with #004D55
Text Example
Text Example
White with #004D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D55; }
p { color: rgb(0,77,85); }
H1.HeaderClassName
{
color: #004D55;
}
.AnyTagClassName
{
color: #004D55;
}
</style>
background-color css
<style>
a { background-color: #004D55; }
a { background-color: rgb(0,77,85); }
div.DivClassName
{
background-color: #004D55;
}
.BgClassName
{
background-color: #004D55;
}
</style>
border-color css
<style>
span { border-color: #004D55; }
span { border-color: rgb(0,77,85); }
td.TdClassName
{
border-color: #004D55;
}
.TagClassName
{
border-color: #004D55;
}
</style>