Shades of Sherpa Blue #085156
Tints of Sherpa Blue #085156
RGB
CMYK
RGB Variations
Color information
#085156 (or 0x085156) is known color: Sherpa Blue. HEX triplet: 08, 51 and 56. RGB value is (8,81,86). Sum of RGB (Red+Green+Blue) = 8+81+86=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #085156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085156 is #F7AEA9. Grayscale: #3B3B3B. Windows color (decimal): -16232106 or 5656840. OLE color: 5656840.
HSL color Cylindrical-coordinate representation of color #085156: hue angle of 183.85º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085156 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 81 | 86 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.66 |
| HSL | 183.85º | 0.83% | 0.18% | - |
| HSV(B) | 183.85º | 0.91% | 0.34% | - |
| XYZ | 4.72 | 6.61 | 9.83 | - |
| YUV | 59.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 86 | 0.91 | 0.06 | 0 | 0.66 | 183.85 | 0.83 | 0.18 |
| Hex | 8 | 51 | 56 | 5B | 6 | 0 | 42 | B8 | 53 | 12 |
| Octal | 10 | 121 | 126 | 133 | 6 | 0 | 102 | 270 | 123 | 22 |
| Binary | 1000 | 1010001 | 1010110 | 1011011 | 110 | 0 | 1000010 | 10111000 | 1010011 | 10010 |
Color Harmonies of #085156
Complementary color
Monochromatic Colors of #085156
Black with #085156
Text Example
Text Example
White with #085156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085156; }
p { color: rgb(8,81,86); }
H1.HeaderClassName
{
color: #085156;
}
.AnyTagClassName
{
color: #085156;
}
</style>
background-color css
<style>
a { background-color: #085156; }
a { background-color: rgb(8,81,86); }
div.DivClassName
{
background-color: #085156;
}
.BgClassName
{
background-color: #085156;
}
</style>
border-color css
<style>
span { border-color: #085156; }
span { border-color: rgb(8,81,86); }
td.TdClassName
{
border-color: #085156;
}
.TagClassName
{
border-color: #085156;
}
</style>