Shades of Sherpa Blue #005046
Tints of Sherpa Blue #005046
RGB
CMYK
RGB Variations
Color information
#005046 (or 0x005046) is known color: Sherpa Blue. HEX triplet: 00, 50 and 46. RGB value is (0,80,70). Sum of RGB (Red+Green+Blue) = 0+80+70=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #005046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005046 is #FFAFB9. Grayscale: #363636. Windows color (decimal): -16756666 or 4608000. OLE color: 4608000.
HSL color Cylindrical-coordinate representation of color #005046: hue angle of 172.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005046 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 70 | - |
| CMYK | 1 | 0 | 0.12 | 0.69 |
| HSL | 172.5º | 1% | 0.16% | - |
| HSV(B) | 172.5º | 1% | 0.31% | - |
| XYZ | 3.97 | 6.18 | 6.78 | - |
| YUV | 54.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 70 | 1 | 0 | 0.12 | 0.69 | 172.5 | 1 | 0.16 |
| Hex | 0 | 50 | 46 | 64 | 0 | C | 45 | AC | 64 | 10 |
| Octal | 0 | 120 | 106 | 144 | 0 | 14 | 105 | 254 | 144 | 20 |
| Binary | 0 | 1010000 | 1000110 | 1100100 | 0 | 1100 | 1000101 | 10101100 | 1100100 | 10000 |
Color Harmonies of #005046
Complementary color
Monochromatic Colors of #005046
Black with #005046
Text Example
Text Example
White with #005046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005046; }
p { color: rgb(0,80,70); }
H1.HeaderClassName
{
color: #005046;
}
.AnyTagClassName
{
color: #005046;
}
</style>
background-color css
<style>
a { background-color: #005046; }
a { background-color: rgb(0,80,70); }
div.DivClassName
{
background-color: #005046;
}
.BgClassName
{
background-color: #005046;
}
</style>
border-color css
<style>
span { border-color: #005046; }
span { border-color: rgb(0,80,70); }
td.TdClassName
{
border-color: #005046;
}
.TagClassName
{
border-color: #005046;
}
</style>