Shades of Sherpa Blue #085255
Tints of Sherpa Blue #085255
RGB
CMYK
RGB Variations
Color information
#085255 (or 0x085255) is known color: Sherpa Blue. HEX triplet: 08, 52 and 55. RGB value is (8,82,85). Sum of RGB (Red+Green+Blue) = 8+82+85=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #085255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085255 is #F7ADAA. Grayscale: #3C3C3C. Windows color (decimal): -16231851 or 5591560. OLE color: 5591560.
HSL color Cylindrical-coordinate representation of color #085255: hue angle of 182.34º 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 #085255 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 82 | 85 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.67 |
| HSL | 182.34º | 0.83% | 0.18% | - |
| HSV(B) | 182.34º | 0.91% | 0.33% | - |
| XYZ | 4.76 | 6.74 | 9.64 | - |
| YUV | 60.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 85 | 0.91 | 0.04 | 0 | 0.67 | 182.34 | 0.83 | 0.18 |
| Hex | 8 | 52 | 55 | 5B | 4 | 0 | 43 | B6 | 53 | 12 |
| Octal | 10 | 122 | 125 | 133 | 4 | 0 | 103 | 266 | 123 | 22 |
| Binary | 1000 | 1010010 | 1010101 | 1011011 | 100 | 0 | 1000011 | 10110110 | 1010011 | 10010 |
Color Harmonies of #085255
Complementary color
Monochromatic Colors of #085255
Black with #085255
Text Example
Text Example
White with #085255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085255; }
p { color: rgb(8,82,85); }
H1.HeaderClassName
{
color: #085255;
}
.AnyTagClassName
{
color: #085255;
}
</style>
background-color css
<style>
a { background-color: #085255; }
a { background-color: rgb(8,82,85); }
div.DivClassName
{
background-color: #085255;
}
.BgClassName
{
background-color: #085255;
}
</style>
border-color css
<style>
span { border-color: #085255; }
span { border-color: rgb(8,82,85); }
td.TdClassName
{
border-color: #085255;
}
.TagClassName
{
border-color: #085255;
}
</style>