Shades of Sherpa Blue #084E58
Tints of Sherpa Blue #084E58
RGB
CMYK
RGB Variations
Color information
#084E58 (or 0x084E58) is known color: Sherpa Blue. HEX triplet: 08, 4E and 58. RGB value is (8,78,88). Sum of RGB (Red+Green+Blue) = 8+78+88=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #084E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E58 is #F7B1A7. Grayscale: #3A3A3A. Windows color (decimal): -16232872 or 5787144. OLE color: 5787144.
HSL color Cylindrical-coordinate representation of color #084E58: hue angle of 187.5º degrees, saturation: 0.83, 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 #084E58 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 78 | 88 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.65 |
| HSL | 187.5º | 0.83% | 0.19% | - |
| HSV(B) | 187.5º | 0.91% | 0.35% | - |
| XYZ | 4.59 | 6.2 | 10.19 | - |
| YUV | 58.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 88 | 0.91 | 0.11 | 0 | 0.65 | 187.5 | 0.83 | 0.19 |
| Hex | 8 | 4E | 58 | 5B | B | 0 | 41 | BC | 53 | 13 |
| Octal | 10 | 116 | 130 | 133 | 13 | 0 | 101 | 274 | 123 | 23 |
| Binary | 1000 | 1001110 | 1011000 | 1011011 | 1011 | 0 | 1000001 | 10111100 | 1010011 | 10011 |
Color Harmonies of #084E58
Complementary color
Monochromatic Colors of #084E58
Black with #084E58
Text Example
Text Example
White with #084E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E58; }
p { color: rgb(8,78,88); }
H1.HeaderClassName
{
color: #084E58;
}
.AnyTagClassName
{
color: #084E58;
}
</style>
background-color css
<style>
a { background-color: #084E58; }
a { background-color: rgb(8,78,88); }
div.DivClassName
{
background-color: #084E58;
}
.BgClassName
{
background-color: #084E58;
}
</style>
border-color css
<style>
span { border-color: #084E58; }
span { border-color: rgb(8,78,88); }
td.TdClassName
{
border-color: #084E58;
}
.TagClassName
{
border-color: #084E58;
}
</style>