Shades of Sherpa Blue #085250
Tints of Sherpa Blue #085250
RGB
CMYK
RGB Variations
Color information
#085250 (or 0x085250) is known color: Sherpa Blue. HEX triplet: 08, 52 and 50. RGB value is (8,82,80). Sum of RGB (Red+Green+Blue) = 8+82+80=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #085250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085250 is #F7ADAF. Grayscale: #3B3B3B. Windows color (decimal): -16231856 or 5263880. OLE color: 5263880.
HSL color Cylindrical-coordinate representation of color #085250: hue angle of 178.38º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085250 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 80 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.68 |
| HSL | 178.38º | 0.82% | 0.18% | - |
| HSV(B) | 178.38º | 0.9% | 0.32% | - |
| XYZ | 4.57 | 6.67 | 8.64 | - |
| YUV | 59.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 80 | 0.90 | 0 | 0.02 | 0.68 | 178.38 | 0.82 | 0.18 |
| Hex | 8 | 52 | 50 | 5A | 0 | 2 | 44 | B2 | 52 | 12 |
| Octal | 10 | 122 | 120 | 132 | 0 | 2 | 104 | 262 | 122 | 22 |
| Binary | 1000 | 1010010 | 1010000 | 1011010 | 0 | 10 | 1000100 | 10110010 | 1010010 | 10010 |
Color Harmonies of #085250
Complementary color
Monochromatic Colors of #085250
Black with #085250
Text Example
Text Example
White with #085250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085250; }
p { color: rgb(8,82,80); }
H1.HeaderClassName
{
color: #085250;
}
.AnyTagClassName
{
color: #085250;
}
</style>
background-color css
<style>
a { background-color: #085250; }
a { background-color: rgb(8,82,80); }
div.DivClassName
{
background-color: #085250;
}
.BgClassName
{
background-color: #085250;
}
</style>
border-color css
<style>
span { border-color: #085250; }
span { border-color: rgb(8,82,80); }
td.TdClassName
{
border-color: #085250;
}
.TagClassName
{
border-color: #085250;
}
</style>