Shades of Sherpa Blue #004D5D
Tints of Sherpa Blue #004D5D
RGB
CMYK
RGB Variations
Color information
#004D5D (or 0x004D5D) is known color: Sherpa Blue. HEX triplet: 00, 4D and 5D. RGB value is (0,77,93). Sum of RGB (Red+Green+Blue) = 0+77+93=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #004D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D5D is #FFB2A2. Grayscale: #373737. Windows color (decimal): -16757411 or 6114560. OLE color: 6114560.
HSL color Cylindrical-coordinate representation of color #004D5D: hue angle of 190.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D5D is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 77 | 93 | - |
| CMYK | 1 | 0.17 | 0 | 0.64 |
| HSL | 190.32º | 1% | 0.18% | - |
| HSV(B) | 190.32º | 1% | 0.36% | - |
| XYZ | 4.63 | 6.1 | 11.29 | - |
| YUV | 55.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 93 | 1 | 0.17 | 0 | 0.64 | 190.32 | 1 | 0.18 |
| Hex | 0 | 4D | 5D | 64 | 11 | 0 | 40 | BE | 64 | 12 |
| Octal | 0 | 115 | 135 | 144 | 21 | 0 | 100 | 276 | 144 | 22 |
| Binary | 0 | 1001101 | 1011101 | 1100100 | 10001 | 0 | 1000000 | 10111110 | 1100100 | 10010 |
Color Harmonies of #004D5D
Complementary color
Monochromatic Colors of #004D5D
Black with #004D5D
Text Example
Text Example
White with #004D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D5D; }
p { color: rgb(0,77,93); }
H1.HeaderClassName
{
color: #004D5D;
}
.AnyTagClassName
{
color: #004D5D;
}
</style>
background-color css
<style>
a { background-color: #004D5D; }
a { background-color: rgb(0,77,93); }
div.DivClassName
{
background-color: #004D5D;
}
.BgClassName
{
background-color: #004D5D;
}
</style>
border-color css
<style>
span { border-color: #004D5D; }
span { border-color: rgb(0,77,93); }
td.TdClassName
{
border-color: #004D5D;
}
.TagClassName
{
border-color: #004D5D;
}
</style>