Shades of Sherpa Blue #085150
Tints of Sherpa Blue #085150
RGB
CMYK
RGB Variations
Color information
#085150 (or 0x085150) is known color: Sherpa Blue. HEX triplet: 08, 51 and 50. RGB value is (8,81,80). Sum of RGB (Red+Green+Blue) = 8+81+80=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #085150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085150 is #F7AEAF. Grayscale: #3A3A3A. Windows color (decimal): -16232112 or 5263624. OLE color: 5263624.
HSL color Cylindrical-coordinate representation of color #085150: hue angle of 179.18º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085150 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 80 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.68 |
| HSL | 179.18º | 0.82% | 0.17% | - |
| HSV(B) | 179.18º | 0.9% | 0.32% | - |
| XYZ | 4.49 | 6.52 | 8.61 | - |
| YUV | 59.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 80 | 0.90 | 0 | 0.01 | 0.68 | 179.18 | 0.82 | 0.17 |
| Hex | 8 | 51 | 50 | 5A | 0 | 1 | 44 | B3 | 52 | 11 |
| Octal | 10 | 121 | 120 | 132 | 0 | 1 | 104 | 263 | 122 | 21 |
| Binary | 1000 | 1010001 | 1010000 | 1011010 | 0 | 1 | 1000100 | 10110011 | 1010010 | 10001 |
Color Harmonies of #085150
Complementary color
Monochromatic Colors of #085150
Black with #085150
Text Example
Text Example
White with #085150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085150; }
p { color: rgb(8,81,80); }
H1.HeaderClassName
{
color: #085150;
}
.AnyTagClassName
{
color: #085150;
}
</style>
background-color css
<style>
a { background-color: #085150; }
a { background-color: rgb(8,81,80); }
div.DivClassName
{
background-color: #085150;
}
.BgClassName
{
background-color: #085150;
}
</style>
border-color css
<style>
span { border-color: #085150; }
span { border-color: rgb(8,81,80); }
td.TdClassName
{
border-color: #085150;
}
.TagClassName
{
border-color: #085150;
}
</style>