Shades of Sherpa Blue #084E59
Tints of Sherpa Blue #084E59
RGB
CMYK
RGB Variations
Color information
#084E59 (or 0x084E59) is known color: Sherpa Blue. HEX triplet: 08, 4E and 59. RGB value is (8,78,89). Sum of RGB (Red+Green+Blue) = 8+78+89=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #084E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E59 is #F7B1A6. Grayscale: #3A3A3A. Windows color (decimal): -16232871 or 5852680. OLE color: 5852680.
HSL color Cylindrical-coordinate representation of color #084E59: hue angle of 188.15º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084E59 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 78 | 89 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.65 |
| HSL | 188.15º | 0.84% | 0.19% | - |
| HSV(B) | 188.15º | 0.91% | 0.35% | - |
| XYZ | 4.63 | 6.22 | 10.41 | - |
| YUV | 58.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 89 | 0.91 | 0.12 | 0 | 0.65 | 188.15 | 0.84 | 0.19 |
| Hex | 8 | 4E | 59 | 5B | C | 0 | 41 | BC | 54 | 13 |
| Octal | 10 | 116 | 131 | 133 | 14 | 0 | 101 | 274 | 124 | 23 |
| Binary | 1000 | 1001110 | 1011001 | 1011011 | 1100 | 0 | 1000001 | 10111100 | 1010100 | 10011 |
Color Harmonies of #084E59
Complementary color
Monochromatic Colors of #084E59
Black with #084E59
Text Example
Text Example
White with #084E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E59; }
p { color: rgb(8,78,89); }
H1.HeaderClassName
{
color: #084E59;
}
.AnyTagClassName
{
color: #084E59;
}
</style>
background-color css
<style>
a { background-color: #084E59; }
a { background-color: rgb(8,78,89); }
div.DivClassName
{
background-color: #084E59;
}
.BgClassName
{
background-color: #084E59;
}
</style>
border-color css
<style>
span { border-color: #084E59; }
span { border-color: rgb(8,78,89); }
td.TdClassName
{
border-color: #084E59;
}
.TagClassName
{
border-color: #084E59;
}
</style>