Shades of Sherpa Blue #084D55
Tints of Sherpa Blue #084D55
RGB
CMYK
RGB Variations
Color information
#084D55 (or 0x084D55) is known color: Sherpa Blue. HEX triplet: 08, 4D and 55. RGB value is (8,77,85). Sum of RGB (Red+Green+Blue) = 8+77+85=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #084D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D55 is #F7B2AA. Grayscale: #393939. Windows color (decimal): -16233131 or 5590280. OLE color: 5590280.
HSL color Cylindrical-coordinate representation of color #084D55: hue angle of 186.23º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084D55 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 77 | 85 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.67 |
| HSL | 186.23º | 0.83% | 0.18% | - |
| HSV(B) | 186.23º | 0.91% | 0.33% | - |
| XYZ | 4.39 | 6.02 | 9.52 | - |
| YUV | 57.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 85 | 0.91 | 0.09 | 0 | 0.67 | 186.23 | 0.83 | 0.18 |
| Hex | 8 | 4D | 55 | 5B | 9 | 0 | 43 | BA | 53 | 12 |
| Octal | 10 | 115 | 125 | 133 | 11 | 0 | 103 | 272 | 123 | 22 |
| Binary | 1000 | 1001101 | 1010101 | 1011011 | 1001 | 0 | 1000011 | 10111010 | 1010011 | 10010 |
Color Harmonies of #084D55
Complementary color
Monochromatic Colors of #084D55
Black with #084D55
Text Example
Text Example
White with #084D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D55; }
p { color: rgb(8,77,85); }
H1.HeaderClassName
{
color: #084D55;
}
.AnyTagClassName
{
color: #084D55;
}
</style>
background-color css
<style>
a { background-color: #084D55; }
a { background-color: rgb(8,77,85); }
div.DivClassName
{
background-color: #084D55;
}
.BgClassName
{
background-color: #084D55;
}
</style>
border-color css
<style>
span { border-color: #084D55; }
span { border-color: rgb(8,77,85); }
td.TdClassName
{
border-color: #084D55;
}
.TagClassName
{
border-color: #084D55;
}
</style>