Shades of Sherpa Blue #085451
Tints of Sherpa Blue #085451
RGB
CMYK
RGB Variations
Color information
#085451 (or 0x085451) is known color: Sherpa Blue. HEX triplet: 08, 54 and 51. RGB value is (8,84,81). Sum of RGB (Red+Green+Blue) = 8+84+81=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #085451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085451 is #F7ABAE. Grayscale: #3C3C3C. Windows color (decimal): -16231343 or 5329928. OLE color: 5329928.
HSL color Cylindrical-coordinate representation of color #085451: hue angle of 177.63º degrees, saturation: 0.83, 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 #085451 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 81 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.67 |
| HSL | 177.63º | 0.83% | 0.18% | - |
| HSV(B) | 177.63º | 0.9% | 0.33% | - |
| XYZ | 4.76 | 6.99 | 8.88 | - |
| YUV | 60.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 81 | 0.90 | 0 | 0.04 | 0.67 | 177.63 | 0.83 | 0.18 |
| Hex | 8 | 54 | 51 | 5A | 0 | 4 | 43 | B2 | 53 | 12 |
| Octal | 10 | 124 | 121 | 132 | 0 | 4 | 103 | 262 | 123 | 22 |
| Binary | 1000 | 1010100 | 1010001 | 1011010 | 0 | 100 | 1000011 | 10110010 | 1010011 | 10010 |
Color Harmonies of #085451
Complementary color
Monochromatic Colors of #085451
Black with #085451
Text Example
Text Example
White with #085451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085451; }
p { color: rgb(8,84,81); }
H1.HeaderClassName
{
color: #085451;
}
.AnyTagClassName
{
color: #085451;
}
</style>
background-color css
<style>
a { background-color: #085451; }
a { background-color: rgb(8,84,81); }
div.DivClassName
{
background-color: #085451;
}
.BgClassName
{
background-color: #085451;
}
</style>
border-color css
<style>
span { border-color: #085451; }
span { border-color: rgb(8,84,81); }
td.TdClassName
{
border-color: #085451;
}
.TagClassName
{
border-color: #085451;
}
</style>