Shades of Sherpa Blue #084D5A
Tints of Sherpa Blue #084D5A
RGB
CMYK
RGB Variations
Color information
#084D5A (or 0x084D5A) is known color: Sherpa Blue. HEX triplet: 08, 4D and 5A. RGB value is (8,77,90). Sum of RGB (Red+Green+Blue) = 8+77+90=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #084D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D5A is #F7B2A5. Grayscale: #393939. Windows color (decimal): -16233126 or 5917960. OLE color: 5917960.
HSL color Cylindrical-coordinate representation of color #084D5A: hue angle of 189.51º 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 #084D5A is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 77 | 90 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.65 |
| HSL | 189.51º | 0.84% | 0.19% | - |
| HSV(B) | 189.51º | 0.91% | 0.35% | - |
| XYZ | 4.6 | 6.1 | 10.61 | - |
| YUV | 57.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 90 | 0.91 | 0.14 | 0 | 0.65 | 189.51 | 0.84 | 0.19 |
| Hex | 8 | 4D | 5A | 5B | E | 0 | 41 | BE | 54 | 13 |
| Octal | 10 | 115 | 132 | 133 | 16 | 0 | 101 | 276 | 124 | 23 |
| Binary | 1000 | 1001101 | 1011010 | 1011011 | 1110 | 0 | 1000001 | 10111110 | 1010100 | 10011 |
Color Harmonies of #084D5A
Complementary color
Monochromatic Colors of #084D5A
Black with #084D5A
Text Example
Text Example
White with #084D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D5A; }
p { color: rgb(8,77,90); }
H1.HeaderClassName
{
color: #084D5A;
}
.AnyTagClassName
{
color: #084D5A;
}
</style>
background-color css
<style>
a { background-color: #084D5A; }
a { background-color: rgb(8,77,90); }
div.DivClassName
{
background-color: #084D5A;
}
.BgClassName
{
background-color: #084D5A;
}
</style>
border-color css
<style>
span { border-color: #084D5A; }
span { border-color: rgb(8,77,90); }
td.TdClassName
{
border-color: #084D5A;
}
.TagClassName
{
border-color: #084D5A;
}
</style>