Shades of Sherpa Blue #084D56
Tints of Sherpa Blue #084D56
RGB
CMYK
RGB Variations
Color information
#084D56 (or 0x084D56) is known color: Sherpa Blue. HEX triplet: 08, 4D and 56. RGB value is (8,77,86). Sum of RGB (Red+Green+Blue) = 8+77+86=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #084D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D56 is #F7B2A9. Grayscale: #393939. Windows color (decimal): -16233130 or 5655816. OLE color: 5655816.
HSL color Cylindrical-coordinate representation of color #084D56: hue angle of 186.92º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084D56 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 77 | 86 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.66 |
| HSL | 186.92º | 0.83% | 0.18% | - |
| HSV(B) | 186.92º | 0.91% | 0.34% | - |
| XYZ | 4.43 | 6.03 | 9.73 | - |
| YUV | 57.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 86 | 0.91 | 0.10 | 0 | 0.66 | 186.92 | 0.83 | 0.18 |
| Hex | 8 | 4D | 56 | 5B | A | 0 | 42 | BB | 53 | 12 |
| Octal | 10 | 115 | 126 | 133 | 12 | 0 | 102 | 273 | 123 | 22 |
| Binary | 1000 | 1001101 | 1010110 | 1011011 | 1010 | 0 | 1000010 | 10111011 | 1010011 | 10010 |
Color Harmonies of #084D56
Complementary color
Monochromatic Colors of #084D56
Black with #084D56
Text Example
Text Example
White with #084D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D56; }
p { color: rgb(8,77,86); }
H1.HeaderClassName
{
color: #084D56;
}
.AnyTagClassName
{
color: #084D56;
}
</style>
background-color css
<style>
a { background-color: #084D56; }
a { background-color: rgb(8,77,86); }
div.DivClassName
{
background-color: #084D56;
}
.BgClassName
{
background-color: #084D56;
}
</style>
border-color css
<style>
span { border-color: #084D56; }
span { border-color: rgb(8,77,86); }
td.TdClassName
{
border-color: #084D56;
}
.TagClassName
{
border-color: #084D56;
}
</style>