Shades of Sherpa Blue #084D5F
Tints of Sherpa Blue #084D5F
RGB
CMYK
RGB Variations
Color information
#084D5F (or 0x084D5F) is known color: Sherpa Blue. HEX triplet: 08, 4D and 5F. RGB value is (8,77,95). Sum of RGB (Red+Green+Blue) = 8+77+95=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #084D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D5F is #F7B2A0. Grayscale: #3A3A3A. Windows color (decimal): -16233121 or 6245640. OLE color: 6245640.
HSL color Cylindrical-coordinate representation of color #084D5F: hue angle of 192.41º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084D5F is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 77 | 95 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.63 |
| HSL | 192.41º | 0.84% | 0.2% | - |
| HSV(B) | 192.41º | 0.92% | 0.37% | - |
| XYZ | 4.82 | 6.19 | 11.77 | - |
| YUV | 58.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 95 | 0.92 | 0.19 | 0 | 0.63 | 192.41 | 0.84 | 0.2 |
| Hex | 8 | 4D | 5F | 5C | 13 | 0 | 3F | C0 | 54 | 14 |
| Octal | 10 | 115 | 137 | 134 | 23 | 0 | 77 | 300 | 124 | 24 |
| Binary | 1000 | 1001101 | 1011111 | 1011100 | 10011 | 0 | 111111 | 11000000 | 1010100 | 10100 |
Color Harmonies of #084D5F
Complementary color
Monochromatic Colors of #084D5F
Black with #084D5F
Text Example
Text Example
White with #084D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D5F; }
p { color: rgb(8,77,95); }
H1.HeaderClassName
{
color: #084D5F;
}
.AnyTagClassName
{
color: #084D5F;
}
</style>
background-color css
<style>
a { background-color: #084D5F; }
a { background-color: rgb(8,77,95); }
div.DivClassName
{
background-color: #084D5F;
}
.BgClassName
{
background-color: #084D5F;
}
</style>
border-color css
<style>
span { border-color: #084D5F; }
span { border-color: rgb(8,77,95); }
td.TdClassName
{
border-color: #084D5F;
}
.TagClassName
{
border-color: #084D5F;
}
</style>