Shades of Sherpa Blue #004E55
Tints of Sherpa Blue #004E55
RGB
CMYK
RGB Variations
Color information
#004E55 (or 0x004E55) is known color: Sherpa Blue. HEX triplet: 00, 4E and 55. RGB value is (0,78,85). Sum of RGB (Red+Green+Blue) = 0+78+85=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #004E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E55 is #FFB1AA. Grayscale: #373737. Windows color (decimal): -16757163 or 5590528. OLE color: 5590528.
HSL color Cylindrical-coordinate representation of color #004E55: hue angle of 184.94º 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 #004E55 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 78 | 85 | - |
| CMYK | 1 | 0.08 | 0 | 0.67 |
| HSL | 184.94º | 1% | 0.17% | - |
| HSV(B) | 184.94º | 1% | 0.33% | - |
| XYZ | 4.36 | 6.1 | 9.54 | - |
| YUV | 55.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 85 | 1 | 0.08 | 0 | 0.67 | 184.94 | 1 | 0.17 |
| Hex | 0 | 4E | 55 | 64 | 8 | 0 | 43 | B9 | 64 | 11 |
| Octal | 0 | 116 | 125 | 144 | 10 | 0 | 103 | 271 | 144 | 21 |
| Binary | 0 | 1001110 | 1010101 | 1100100 | 1000 | 0 | 1000011 | 10111001 | 1100100 | 10001 |
Color Harmonies of #004E55
Complementary color
Monochromatic Colors of #004E55
Black with #004E55
Text Example
Text Example
White with #004E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E55; }
p { color: rgb(0,78,85); }
H1.HeaderClassName
{
color: #004E55;
}
.AnyTagClassName
{
color: #004E55;
}
</style>
background-color css
<style>
a { background-color: #004E55; }
a { background-color: rgb(0,78,85); }
div.DivClassName
{
background-color: #004E55;
}
.BgClassName
{
background-color: #004E55;
}
</style>
border-color css
<style>
span { border-color: #004E55; }
span { border-color: rgb(0,78,85); }
td.TdClassName
{
border-color: #004E55;
}
.TagClassName
{
border-color: #004E55;
}
</style>