Shades of Sherpa Blue #085155
Tints of Sherpa Blue #085155
RGB
CMYK
RGB Variations
Color information
#085155 (or 0x085155) is known color: Sherpa Blue. HEX triplet: 08, 51 and 55. RGB value is (8,81,85). Sum of RGB (Red+Green+Blue) = 8+81+85=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #085155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085155 is #F7AEAA. Grayscale: #3B3B3B. Windows color (decimal): -16232107 or 5591304. OLE color: 5591304.
HSL color Cylindrical-coordinate representation of color #085155: hue angle of 183.12º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085155 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 81 | 85 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.67 |
| HSL | 183.12º | 0.83% | 0.18% | - |
| HSV(B) | 183.12º | 0.91% | 0.33% | - |
| XYZ | 4.68 | 6.59 | 9.62 | - |
| YUV | 59.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 85 | 0.91 | 0.05 | 0 | 0.67 | 183.12 | 0.83 | 0.18 |
| Hex | 8 | 51 | 55 | 5B | 5 | 0 | 43 | B7 | 53 | 12 |
| Octal | 10 | 121 | 125 | 133 | 5 | 0 | 103 | 267 | 123 | 22 |
| Binary | 1000 | 1010001 | 1010101 | 1011011 | 101 | 0 | 1000011 | 10110111 | 1010011 | 10010 |
Color Harmonies of #085155
Complementary color
Monochromatic Colors of #085155
Black with #085155
Text Example
Text Example
White with #085155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085155; }
p { color: rgb(8,81,85); }
H1.HeaderClassName
{
color: #085155;
}
.AnyTagClassName
{
color: #085155;
}
</style>
background-color css
<style>
a { background-color: #085155; }
a { background-color: rgb(8,81,85); }
div.DivClassName
{
background-color: #085155;
}
.BgClassName
{
background-color: #085155;
}
</style>
border-color css
<style>
span { border-color: #085155; }
span { border-color: rgb(8,81,85); }
td.TdClassName
{
border-color: #085155;
}
.TagClassName
{
border-color: #085155;
}
</style>