Shades of Sherpa Blue #085154
Tints of Sherpa Blue #085154
RGB
CMYK
RGB Variations
Color information
#085154 (or 0x085154) is known color: Sherpa Blue. HEX triplet: 08, 51 and 54. RGB value is (8,81,84). Sum of RGB (Red+Green+Blue) = 8+81+84=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #085154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085154 is #F7AEAB. Grayscale: #3B3B3B. Windows color (decimal): -16232108 or 5525768. OLE color: 5525768.
HSL color Cylindrical-coordinate representation of color #085154: hue angle of 182.37º 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 #085154 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 81 | 84 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.67 |
| HSL | 182.37º | 0.83% | 0.18% | - |
| HSV(B) | 182.37º | 0.9% | 0.33% | - |
| XYZ | 4.64 | 6.58 | 9.41 | - |
| YUV | 59.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 84 | 0.90 | 0.04 | 0 | 0.67 | 182.37 | 0.83 | 0.18 |
| Hex | 8 | 51 | 54 | 5A | 4 | 0 | 43 | B6 | 53 | 12 |
| Octal | 10 | 121 | 124 | 132 | 4 | 0 | 103 | 266 | 123 | 22 |
| Binary | 1000 | 1010001 | 1010100 | 1011010 | 100 | 0 | 1000011 | 10110110 | 1010011 | 10010 |
Color Harmonies of #085154
Complementary color
Monochromatic Colors of #085154
Black with #085154
Text Example
Text Example
White with #085154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085154; }
p { color: rgb(8,81,84); }
H1.HeaderClassName
{
color: #085154;
}
.AnyTagClassName
{
color: #085154;
}
</style>
background-color css
<style>
a { background-color: #085154; }
a { background-color: rgb(8,81,84); }
div.DivClassName
{
background-color: #085154;
}
.BgClassName
{
background-color: #085154;
}
</style>
border-color css
<style>
span { border-color: #085154; }
span { border-color: rgb(8,81,84); }
td.TdClassName
{
border-color: #085154;
}
.TagClassName
{
border-color: #085154;
}
</style>