Shades of Sherpa Blue #084E5B
Tints of Sherpa Blue #084E5B
RGB
CMYK
RGB Variations
Color information
#084E5B (or 0x084E5B) is known color: Sherpa Blue. HEX triplet: 08, 4E and 5B. RGB value is (8,78,91). Sum of RGB (Red+Green+Blue) = 8+78+91=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #084E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E5B is #F7B1A4. Grayscale: #3A3A3A. Windows color (decimal): -16232869 or 5983752. OLE color: 5983752.
HSL color Cylindrical-coordinate representation of color #084E5B: hue angle of 189.4º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084E5B is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 78 | 91 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.64 |
| HSL | 189.4º | 0.84% | 0.19% | - |
| HSV(B) | 189.4º | 0.91% | 0.36% | - |
| XYZ | 4.71 | 6.26 | 10.86 | - |
| YUV | 58.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 91 | 0.91 | 0.14 | 0 | 0.64 | 189.4 | 0.84 | 0.19 |
| Hex | 8 | 4E | 5B | 5B | E | 0 | 40 | BD | 54 | 13 |
| Octal | 10 | 116 | 133 | 133 | 16 | 0 | 100 | 275 | 124 | 23 |
| Binary | 1000 | 1001110 | 1011011 | 1011011 | 1110 | 0 | 1000000 | 10111101 | 1010100 | 10011 |
Color Harmonies of #084E5B
Complementary color
Monochromatic Colors of #084E5B
Black with #084E5B
Text Example
Text Example
White with #084E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E5B; }
p { color: rgb(8,78,91); }
H1.HeaderClassName
{
color: #084E5B;
}
.AnyTagClassName
{
color: #084E5B;
}
</style>
background-color css
<style>
a { background-color: #084E5B; }
a { background-color: rgb(8,78,91); }
div.DivClassName
{
background-color: #084E5B;
}
.BgClassName
{
background-color: #084E5B;
}
</style>
border-color css
<style>
span { border-color: #084E5B; }
span { border-color: rgb(8,78,91); }
td.TdClassName
{
border-color: #084E5B;
}
.TagClassName
{
border-color: #084E5B;
}
</style>