Shades of Sherpa Blue #084E5D
Tints of Sherpa Blue #084E5D
RGB
CMYK
RGB Variations
Color information
#084E5D (or 0x084E5D) is known color: Sherpa Blue. HEX triplet: 08, 4E and 5D. RGB value is (8,78,93). Sum of RGB (Red+Green+Blue) = 8+78+93=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #084E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E5D is #F7B1A2. Grayscale: #3A3A3A. Windows color (decimal): -16232867 or 6114824. OLE color: 6114824.
HSL color Cylindrical-coordinate representation of color #084E5D: hue angle of 190.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084E5D is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 78 | 93 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.64 |
| HSL | 190.59º | 0.84% | 0.2% | - |
| HSV(B) | 190.59º | 0.91% | 0.36% | - |
| XYZ | 4.8 | 6.29 | 11.32 | - |
| YUV | 58.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 93 | 0.91 | 0.16 | 0 | 0.64 | 190.59 | 0.84 | 0.2 |
| Hex | 8 | 4E | 5D | 5B | 10 | 0 | 40 | BF | 54 | 14 |
| Octal | 10 | 116 | 135 | 133 | 20 | 0 | 100 | 277 | 124 | 24 |
| Binary | 1000 | 1001110 | 1011101 | 1011011 | 10000 | 0 | 1000000 | 10111111 | 1010100 | 10100 |
Color Harmonies of #084E5D
Complementary color
Monochromatic Colors of #084E5D
Black with #084E5D
Text Example
Text Example
White with #084E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E5D; }
p { color: rgb(8,78,93); }
H1.HeaderClassName
{
color: #084E5D;
}
.AnyTagClassName
{
color: #084E5D;
}
</style>
background-color css
<style>
a { background-color: #084E5D; }
a { background-color: rgb(8,78,93); }
div.DivClassName
{
background-color: #084E5D;
}
.BgClassName
{
background-color: #084E5D;
}
</style>
border-color css
<style>
span { border-color: #084E5D; }
span { border-color: rgb(8,78,93); }
td.TdClassName
{
border-color: #084E5D;
}
.TagClassName
{
border-color: #084E5D;
}
</style>