Shades of Sherpa Blue #084D54
Tints of Sherpa Blue #084D54
RGB
CMYK
RGB Variations
Color information
#084D54 (or 0x084D54) is known color: Sherpa Blue. HEX triplet: 08, 4D and 54. RGB value is (8,77,84). Sum of RGB (Red+Green+Blue) = 8+77+84=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #084D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D54 is #F7B2AB. Grayscale: #393939. Windows color (decimal): -16233132 or 5524744. OLE color: 5524744.
HSL color Cylindrical-coordinate representation of color #084D54: hue angle of 185.53º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D54 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 77 | 84 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.67 |
| HSL | 185.53º | 0.83% | 0.18% | - |
| HSV(B) | 185.53º | 0.9% | 0.33% | - |
| XYZ | 4.35 | 6 | 9.32 | - |
| YUV | 57.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 84 | 0.90 | 0.08 | 0 | 0.67 | 185.53 | 0.83 | 0.18 |
| Hex | 8 | 4D | 54 | 5A | 8 | 0 | 43 | BA | 53 | 12 |
| Octal | 10 | 115 | 124 | 132 | 10 | 0 | 103 | 272 | 123 | 22 |
| Binary | 1000 | 1001101 | 1010100 | 1011010 | 1000 | 0 | 1000011 | 10111010 | 1010011 | 10010 |
Color Harmonies of #084D54
Complementary color
Monochromatic Colors of #084D54
Black with #084D54
Text Example
Text Example
White with #084D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D54; }
p { color: rgb(8,77,84); }
H1.HeaderClassName
{
color: #084D54;
}
.AnyTagClassName
{
color: #084D54;
}
</style>
background-color css
<style>
a { background-color: #084D54; }
a { background-color: rgb(8,77,84); }
div.DivClassName
{
background-color: #084D54;
}
.BgClassName
{
background-color: #084D54;
}
</style>
border-color css
<style>
span { border-color: #084D54; }
span { border-color: rgb(8,77,84); }
td.TdClassName
{
border-color: #084D54;
}
.TagClassName
{
border-color: #084D54;
}
</style>