Shades of Sherpa Blue #0A5056
Tints of Sherpa Blue #0A5056
RGB
CMYK
RGB Variations
Color information
#0A5056 (or 0x0A5056) is known color: Sherpa Blue. HEX triplet: 0A, 50 and 56. RGB value is (10,80,86). Sum of RGB (Red+Green+Blue) = 10+80+86=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A5056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5056 is #F5AFA9. Grayscale: #3B3B3B. Windows color (decimal): -16101290 or 5656586. OLE color: 5656586.
HSL color Cylindrical-coordinate representation of color #0A5056: hue angle of 184.74º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5056 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 80 | 86 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.66 |
| HSL | 184.74º | 0.79% | 0.19% | - |
| HSV(B) | 184.74º | 0.88% | 0.34% | - |
| XYZ | 4.67 | 6.47 | 9.81 | - |
| YUV | 59.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 86 | 0.88 | 0.07 | 0 | 0.66 | 184.74 | 0.79 | 0.19 |
| Hex | A | 50 | 56 | 58 | 7 | 0 | 42 | B9 | 4F | 13 |
| Octal | 12 | 120 | 126 | 130 | 7 | 0 | 102 | 271 | 117 | 23 |
| Binary | 1010 | 1010000 | 1010110 | 1011000 | 111 | 0 | 1000010 | 10111001 | 1001111 | 10011 |
Color Harmonies of #0A5056
Complementary color
Monochromatic Colors of #0A5056
Black with #0A5056
Text Example
Text Example
White with #0A5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5056; }
p { color: rgb(10,80,86); }
H1.HeaderClassName
{
color: #0A5056;
}
.AnyTagClassName
{
color: #0A5056;
}
</style>
background-color css
<style>
a { background-color: #0A5056; }
a { background-color: rgb(10,80,86); }
div.DivClassName
{
background-color: #0A5056;
}
.BgClassName
{
background-color: #0A5056;
}
</style>
border-color css
<style>
span { border-color: #0A5056; }
span { border-color: rgb(10,80,86); }
td.TdClassName
{
border-color: #0A5056;
}
.TagClassName
{
border-color: #0A5056;
}
</style>