Shades of Sherpa Blue #004D5B
Tints of Sherpa Blue #004D5B
RGB
CMYK
RGB Variations
Color information
#004D5B (or 0x004D5B) is known color: Sherpa Blue. HEX triplet: 00, 4D and 5B. RGB value is (0,77,91). Sum of RGB (Red+Green+Blue) = 0+77+91=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #004D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D5B is #FFB2A4. Grayscale: #373737. Windows color (decimal): -16757413 or 5983488. OLE color: 5983488.
HSL color Cylindrical-coordinate representation of color #004D5B: hue angle of 189.23º 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 #004D5B is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 77 | 91 | - |
| CMYK | 1 | 0.15 | 0 | 0.64 |
| HSL | 189.23º | 1% | 0.18% | - |
| HSV(B) | 189.23º | 1% | 0.36% | - |
| XYZ | 4.54 | 6.06 | 10.83 | - |
| YUV | 55.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 91 | 1 | 0.15 | 0 | 0.64 | 189.23 | 1 | 0.18 |
| Hex | 0 | 4D | 5B | 64 | F | 0 | 40 | BD | 64 | 12 |
| Octal | 0 | 115 | 133 | 144 | 17 | 0 | 100 | 275 | 144 | 22 |
| Binary | 0 | 1001101 | 1011011 | 1100100 | 1111 | 0 | 1000000 | 10111101 | 1100100 | 10010 |
Color Harmonies of #004D5B
Complementary color
Monochromatic Colors of #004D5B
Black with #004D5B
Text Example
Text Example
White with #004D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D5B; }
p { color: rgb(0,77,91); }
H1.HeaderClassName
{
color: #004D5B;
}
.AnyTagClassName
{
color: #004D5B;
}
</style>
background-color css
<style>
a { background-color: #004D5B; }
a { background-color: rgb(0,77,91); }
div.DivClassName
{
background-color: #004D5B;
}
.BgClassName
{
background-color: #004D5B;
}
</style>
border-color css
<style>
span { border-color: #004D5B; }
span { border-color: rgb(0,77,91); }
td.TdClassName
{
border-color: #004D5B;
}
.TagClassName
{
border-color: #004D5B;
}
</style>