Shades of Sherpa Blue #084550
Tints of Sherpa Blue #084550
RGB
CMYK
RGB Variations
Color information
#084550 (or 0x084550) is known color: Sherpa Blue. HEX triplet: 08, 45 and 50. RGB value is (8,69,80). Sum of RGB (Red+Green+Blue) = 8+69+80=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #084550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084550 is #F7BAAF. Grayscale: #333333. Windows color (decimal): -16235184 or 5260552. OLE color: 5260552.
HSL color Cylindrical-coordinate representation of color #084550: hue angle of 189.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084550 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 69 | 80 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.69 |
| HSL | 189.17º | 0.82% | 0.17% | - |
| HSV(B) | 189.17º | 0.9% | 0.31% | - |
| XYZ | 3.68 | 4.89 | 8.34 | - |
| YUV | 52.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 80 | 0.90 | 0.14 | 0 | 0.69 | 189.17 | 0.82 | 0.17 |
| Hex | 8 | 45 | 50 | 5A | E | 0 | 45 | BD | 52 | 11 |
| Octal | 10 | 105 | 120 | 132 | 16 | 0 | 105 | 275 | 122 | 21 |
| Binary | 1000 | 1000101 | 1010000 | 1011010 | 1110 | 0 | 1000101 | 10111101 | 1010010 | 10001 |
Color Harmonies of #084550
Complementary color
Monochromatic Colors of #084550
Black with #084550
Text Example
Text Example
White with #084550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084550; }
p { color: rgb(8,69,80); }
H1.HeaderClassName
{
color: #084550;
}
.AnyTagClassName
{
color: #084550;
}
</style>
background-color css
<style>
a { background-color: #084550; }
a { background-color: rgb(8,69,80); }
div.DivClassName
{
background-color: #084550;
}
.BgClassName
{
background-color: #084550;
}
</style>
border-color css
<style>
span { border-color: #084550; }
span { border-color: rgb(8,69,80); }
td.TdClassName
{
border-color: #084550;
}
.TagClassName
{
border-color: #084550;
}
</style>