Shades of Sherpa Blue #085351
Tints of Sherpa Blue #085351
RGB
CMYK
RGB Variations
Color information
#085351 (or 0x085351) is known color: Sherpa Blue. HEX triplet: 08, 53 and 51. RGB value is (8,83,81). Sum of RGB (Red+Green+Blue) = 8+83+81=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #085351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085351 is #F7ACAE. Grayscale: #3C3C3C. Windows color (decimal): -16231599 or 5329672. OLE color: 5329672.
HSL color Cylindrical-coordinate representation of color #085351: hue angle of 178.4º degrees, saturation: 0.82, 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 #085351 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 81 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.67 |
| HSL | 178.4º | 0.82% | 0.18% | - |
| HSV(B) | 178.4º | 0.9% | 0.33% | - |
| XYZ | 4.68 | 6.83 | 8.86 | - |
| YUV | 60.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 81 | 0.90 | 0 | 0.02 | 0.67 | 178.4 | 0.82 | 0.18 |
| Hex | 8 | 53 | 51 | 5A | 0 | 2 | 43 | B2 | 52 | 12 |
| Octal | 10 | 123 | 121 | 132 | 0 | 2 | 103 | 262 | 122 | 22 |
| Binary | 1000 | 1010011 | 1010001 | 1011010 | 0 | 10 | 1000011 | 10110010 | 1010010 | 10010 |
Color Harmonies of #085351
Complementary color
Monochromatic Colors of #085351
Black with #085351
Text Example
Text Example
White with #085351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085351; }
p { color: rgb(8,83,81); }
H1.HeaderClassName
{
color: #085351;
}
.AnyTagClassName
{
color: #085351;
}
</style>
background-color css
<style>
a { background-color: #085351; }
a { background-color: rgb(8,83,81); }
div.DivClassName
{
background-color: #085351;
}
.BgClassName
{
background-color: #085351;
}
</style>
border-color css
<style>
span { border-color: #085351; }
span { border-color: rgb(8,83,81); }
td.TdClassName
{
border-color: #085351;
}
.TagClassName
{
border-color: #085351;
}
</style>